body {
	background-color: #99ccff;
	color: black;
	font-family: "helvetica";
	font-weight:400;
	size:3;
	scrollbar-face-color: #3366CC;
	scrollbar-highlight-color: #3366CC;
	scrollbar-shadow-color: #FFEECC;
	scrollbar-3dlight-color: #EEEEBB;
	scrollbar-arrow-color:  #330066;
	scrollbar-track-color: #6699CC;
	scrollbar-darkshadow-color: #057505;
}

A:Link     {
	text-decoration : none;
	color : "#3333ff";}
A:Visited  {
	text-decoration : none;
	color : "#000099";}
A:Active  {
	text-decoration : none;
	color : "#333399";}
A:Hover  {
	text-decoration : underline;
	color : "#3333ff";}