body         { background-attachment: fixed; background-color: #000033;
  			   font-family: Tahoma, Verdana, Sans-serif;
			   font: 10px;
			   color: #003366; }

a:link
{
	text-decoration: none;
	font: 12px tahoma;
	color: #000066;
}

a:hover
{
	text-decoration: none;
	font: 12px tahoma;
	color: #003399;
	position: static;
}

a:visited
{
	text-decoration: none;
	font: 12px tahoma;
	color: #003399;
}

 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000066;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #666699;
text-decoration: none;
}
.copyright {
	font-family: tahoma, verdana;
	font-size: 10px;
	background-color: #cccccc;
}
.maintext {
	font-family: tahoma, verdana, arial;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}