TABLE {
   font-style : normal; 
   font-weight : normal; 
   font-size :11px ; 
   font-family : tahoma ; 
   color : black ; 
}

 

.HEAD {
   font-style : normal; 
   font-weight : normal  ; 
   font-size : 11 px; 
   font-family : tahoma ; 
   color : 3399ff ;
   background-color: #84CIFF;
   border: 1px dotted #3399ff;
   padding: 1;
   margin: 5
}

.CONTENTS {
   font-style : normal; 
   font-size : 10px; 
   font-family : verdana ; 
   color : black;
   background-color: #D8E5F8;
   border: 1px dotted black ;
   padding: 1;
   margin: 5;

}


BODY {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11 px ; 
   font-family : tahoma; 
   color : #3399ff; 
   text-decoration : none; 
   scrollbar-base-color: #3399ff;
   scrollbar-shadow-color: 0066ff ;
   scrollbar-highlight-color:3399ff ; 
   scrollbar-3dlight-color: white; 
   scrollbar-darkshadow-color: white;
   scrollbar-track-color: #D7EBFF; 
   scrollbar-arrow-color: #3399ff;
   cursor: crosshair
 
} 
A
{cursor:hand;height:1px;behavior:url(linkhilight.htc);filter:progid:dximagetransform.microsoft.gradientwipe(duration=1)} 
a:active {  color: #99ccff; text-decoration: none; cursor: none;}
a:link {  color: #3399ff; text-decoration: none; cursor: none;}
a:visited {  color: #D7EBFF; text-decoration: none; cursor: none;}
a:hover {  color: # 3399ff; text-decoration: none; cursor: move ;}
}