
body { background-color: #F4FFFF;
	font-family: Verdana, Arial, sans-serif ;
	margin: 2%; }

a:link      { color: Blue; 
	text-decoration: none; }
a:active		{ color: Blue; 
	text-decoration: none; }
a:hover     {
	color: Red;
	background-color: yellow;
	text-decoration: none;
	}
a:visited   { color: #BBB8FF;	text-decoration: none; }

body  { scrollbar-base-color: #B0B4B3;
scrollbar-arrow-color: #3333FF;
scrollbar-highlight-color: #ECEDF0;
scrollbar-3dlight-color: #ECEDF0;
scrollbar-shadow-color: #F2F2F3;
scrollbar-DarkShadow-Color: #ECEDF0;
scrollbar-track-color: #FDFDFD; }