BODY {
  scrollbar-arrow-color:white;
  scrollbar-track-color:red;
  scrollbar-shadow-color:grey;
  scrollbar-face-color:darkblue;
  scrollbar-highlight-color:white;
  scrollbar-darkshadow-color:darkgrey;
  scrollbar-3dlight-color:#7882F5;
 }

A  {
	color: #000080;
	text-decoration: none;
}

A:visited  {
	color: #000080;
	text-decoration: none;
}

A:active  {
	color: #3366FF;
	text-decoration: none;
}

A:hover  {
	color: white;
	font-weight:bold;
	text-decoration: none; 
	background: red;
}
TD  {
font-family: Verdana;
font-size: 13px;
           }