A:visited {
   font-weight : normal; 
   font-size : 7pt; 
   font-family :  Verdana;; 
   color : gray; 
   text-decoration : none; 
}


A:link {
   font-weight : normal; 
   font-size : 7pt; 
   font-family :   Verdana; 
   color : gray; 
   text-decoration : none; 
}


A:active {
   font-weight : normal; 
   font-size : 7pt; 
   font-family : Verdana; 
   color : red; 
   text-decoration : none; 
}

a:hover{
color:red;
}


.BODY {
   margin : 0; 
}




