#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #3d5a3d;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #3d5a3d;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #859985;
color: #fff;
}

A:link {
text-decoration : none; 
color : blue; 
} 
A:visited {
text-decoration : none; 
color : blue; 
} 
A:hover {
text-decoration : none; 
color : red; 
} 


body {
font-family:verdana; font-size:8px;
}
body {
background-color : #3d5a3d; 
} 

fieldset{
border-style: solid; 
border-width: 1px;
border-color:white;
padding:2px;}

legend{
background-color:E99C12;
border-style: solid;
border-width: 1px;
border-color:white;
padding:2px;}
