h1
{
font-family: verdana, Helvetica, sans-serif;
font-size: 115%;
color: #667652;
background: #ffffff;
margin-top: 0;
margin-left: 10%;
padding-top: .5%;
margin-bottom: 0;
}

h2
{
margin: 0;
background: #ffffff;
color: #5CA2CE;
font-family: verdana, Helvetica, sans-serif;
font-size: 125%;
padding-top: 1%;
}




p
{
margin-left: 1%;
font-family: Verdana, Helvetica, sans-serif;
font-size: 90%;
color: #000000;
background: #ffffff;
margin-top: 0;
line-height: 150%
}

ul
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 90%;
color: #000000;
background: #ffffff;
margin-top: 0;
margin-left: 1%;
padding-left: 0;
line-height: 150%;
list-style-type: none;
}



a:link {
	color: #000000;
	text-decoration: none;
	background: inherit;
}
a:visited {
	color: #000000;
	text-decoration: none;
	background: inherit;
}

a:hover, #nav span 
{
	color: #800000;
	text-decoration: none;
	background: inherit;
}
a:active {
	color: #000000;
	text-decoration: none;
	background: inherit;
}




