body{
	background-color: darkblue;
	scrollbar-face-color: #3366cc;
	scrollbar-shadow-color: #3366cc;
	scrollbar-highlight-color: #3366cc;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #c0c0c0;
	scrollbar-arrow-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 10px solid DarkBlue;

}

P{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#menu{ background-color: Orange;
BORDER: thin solid Darkblue;
}

a.menulink{
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: black;
	
}

a.menulink:hover{
border: solid 1px #6100C1;
background-color:white;

}

#content{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#footer{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}



a.sitelink{
	display: block;
	width: 198px;
	text-align: center;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	
	
}

a.site:hover{
border: solid 1px darkblue;
}

.li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}