a:link
{
	color: #300061;font-family:Verdana 
}
a:visited
{
	color: #996699;font-family:Verdana 
} 
body
{
	font-family: Verdana;
	background-color: rgb(255,255,255);
	color: #000000;
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
a:hover      { text-decoration: underline; color: #008080 }
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
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: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}