.header {
 font-family: Verdana; 
 font-size: 10px;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 color: #0064D4;
 background color:#1F85FF;
 border: 1pt solid #0064D4;
}

.header2 {
 font-family: Verdana;
 font-size: 10 px ;
 text-align: left;
 font-weight: bold;
 text-decoration: none;
 color: #0064D4;
 background color: #7FB7FF;
 border: 1pt solid #0064D4; 
}

.header3 {
 font-family: Verdana;
 font-size: 10 px; 
 text-align: right; 
 font-weight: bold;
 text-decoration: none;
 color: #0064D4;
 background color:#99CAFF; 
}

.body {
   font-style: normal; 
   font-weight: none; 
   font-size: 9px; 
   font-family: Verdana; 
   color: #3B94FF; 
   text-decoration: none;
}


BODY {
   font-style : normal; 
   font-weight : none; 
   font-size : 9 px ; 
   font-family : Verdana; 
   color :#0064D4; 
   text-decoration : none;
   scrollbar-base-color:#ffffff;
   scrollbar-shadow-color:#0064D4;
   scrollbar-highlight-color: #0064D4; 
   scrollbar-3dlight-color:#ffffff; 
   scrollbar-darkshadow-color:#ffffff;
   scrollbar-track-color:#ffffff;
   scrollbar-arrow-color: #0064D4;
   cursor: w-resize;
}


A:visited {
   font-style : normal; 
   font-weight : bold ; 
   font-family : Verdana; 
   color : #006CE6; 
   text-decoration :none;  
}

A:hover {
   font-style : normal; 
   font-weight : bold; 
   font-size : 11px; 
   font-family : verdana;
   color :#99CAFF; 
   text-decoration : none;
   border: 1pt solid #006CE6;
   cursor: sw-resize;
}



A:active {
   font-style : normal; 
   font-weight : bold; 
   font-family : Trebuchet MS ; 
   color : #7FB7FF; 
   text-decoration : none; 
}


A:link {
   font-style : normal; 
   font-weight : bold;
   font-family: Trebuchet MS;
   color:#2C8BFF; 
   text-decoration : none;
}