body {
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size : 13px;
color: green; 
}

th { 
font-family : Verdana, Tahoma, Arial, sans-serif;
color: darkblue; 
font-size : 20px;
font-weight: bold;
}


td { 
font-family : Verdana, Tahoma, Arial, sans-serif;
color:green; 
font-size : 13px; 
font-weight: bold;
}

tr { 
font-family : Verdana, Tahoma, Arial, sans-serif;
color: darkgreen; 
font-size : 13px; 
font-weight: bold;
}


body { 
scrollbar-face-color: #1A7E1A; 
scrollbar-shadow-color: #335997; 
scrollbar-highlight-color: #66CC66; 
scrollbar-3dlight-color: #335997; 
scrollbar-darkshadow-color: black; 
scrollbar-track-color: #99CC99; 
scrollbar-arrow-color: #FFFFCE;
} 

a {
	text-decoration:none;
	color : Darkblue;
}

a:visited {
	color : darkblue;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 13px;
	text-decoration : none;
	background-color : transparent;
	font-weight: bold;
}

a:active {
  color : darkgreen;
  font-family : Verdana, Tahoma, Arial, sans-serif;
  font-size : 13px;
  text-decoration : none;
  background-color : transparent;
  font-weight: bold;
}

a:hover {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 13px;
	text-decoration : underline;
	color : #003366;
	font-weight: bold;
}

