TABLE {
   font-style : normal; 
   font-weight : normal; 
   font-size :11px ; 
   font-family : tahoma ; 
   color : blue ; 
}

BODY {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px ; 
   font-family : Verdana ; 
   color : #152235;

  
}

DIV {
   font-style : normal; 
   font-weight : normal; 
   font-size : 11px ; 
   font-family : Verdana ; 
   color : #152235;

  
}

A {
   font-style : normal; 
   font-weight :normal; font-size: 11px;
   font-family:Verdana; 
    color: #6495ED;  
   text-decoration : underline ;
 
}

A:hover
{
	text-decoration: underline overline;
	background-color: #152235;
	color:white;
   
  }





