BODY {
	margin-left: 10;
	margin-right: 10;
	margin-top: 00;
	margin-bottom: 0;
	background-color: White;
	background-attachment: fixed;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
}

hr {
	color: Silver;
}

p{
	font-family: verdana,arial;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

li{
	font-family: verdana,arial;
	font-size: 11px;
	line-height: 16px;
	color: #696969;
}

h1 {
	font-family: verdana,arial;
	font-size: 16px;
	line-height: 24px;
	color: #730851;
	text-transform: uppercase;
	background-color: #cc0000;
}
h2 {
	font-family: verdana,arial;
	font-size: 14px;
	line-height: 20px;
	color: Maroon;
	text-transform: uppercase;
}
h3 {
	font-family: verdana,arial;
	font-size: 13px;
	line-height: 14px;
	color: #730851;
	
}

A:link {
	color: #FAFAD2;
	font-family: verdana,arial;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}
A:visited {
	color:#FAFAD2;
	font-family: verdana,arial;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}

A:hover {
	color: #FFF0F5;
	font-family: verdana,arial;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}

A:active {
	color: #FAFAD2;
	font-family: verdana,arial;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
}


