
body{
    background: #FFFFFF;
	font-size: 8pt;
	color: #000066;
	font-family: verdana;
	scrollbar-face-color: #FF0000;
   	scrollbar-shadow-color: #FFFF66;
   	scrollbar-highlight-color: #FFFF66;
   	scrollbar-3dlight-color: #FFFF66;
   	scrollbar-darkshadow-color: #FFFF66;
   	scrollbar-track-color: #FFFF66;
	scrollbar-arrow-color: rgb(0,0,0);
	}
	
	
	
a:link{	
  color: #0000FF;
  font-weight: bold;
  text-decoration: none; 
}
a:visited{
  color: #0000FF;
  font-weight: bold;
  text-decoration: none; 
}
a:hover{
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}
