body
{
	scrollbar-face-color: DarkBlue;
	scrollbar-highlight-color: Blue;
	scrollbar-track-color: Blue;
	scrollbar-shadow-color: White;
	scrollbar-arrow-color: White;
	scrollbar-3dlight-color: Black;
	scrollbar-darkshadow-color: Black;

}
a:link
{ 
	color: white; 
	background-color: blue;
	text-decoration: none; 
}
a:visited
{ 
	color: white; 
	background-color: blue;
	text-decoration: none;
}
a:hover
{
	color: blue; 
	background-color: white;
	text-decoration: none;
}