/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-variant: small-caps;
font-size: 16px;
color: #009900;
line-height: 18px;
padding: 3px;

}


H1 {
	font-variant: small-caps;
	font-size: 36px;
	color: #009900;
}
H2 {font-variant: small-caps;
	color: #009900; }
	
H3 { font-variant: small-caps;
	color: #009900; }
	
H4 { font-variant: small-caps;
	color: #009900; }
	
H5 { font-variant: small-caps;
	color: #009900; }
	
H6 { font-variant: small-caps;
	color: #009900; }

li { font-variant: small-caps;
	color: #009900} 


body
{


}


<style type="text/css">
<!--
body {background-color: #006600}
a:link {color: #009900;}
a:visited {color: #009900;}
a:hover {color:#000000}
a:active {color: #000000;}
a {text-decoration: none;}
-->
</style> 

.nav-solid{
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF;
	color: #009933;
	display: block;
	width: 180px;
	padding: 0px;
	height: 6px;
	padding-top: 1px;
	padding-bottom: 0px;
	line-height: 1;
}



.navigation{
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #009900;
	display: block;
	width: 180px;
	padding: 3px;
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: normal;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	
	color: #000000;
	display: block;
	width: 180px;
	padding: 3px;
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: normal;
	
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #339999;
}

.navbutton {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #339999;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-left-style: hidden;
	text-decoration: none;
}

.navbutton:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #339999;
}
