A:LINK { 
         text-decoration : none;
         color : #000099; 
         font-family: Arial, Helvetica, sans-serif

}
  A:VISITED { 
         font-family : Arial;
         text-decoration : none;

         color : #000099
}
  A:HOVER { 
         font-family : Arial;
         text-decoration : underline;
         color : #FF0000
}
  A:INFO { 
         text-decoration:underline; 
         border-bottom: 1px dashed #00cc00; 
         cursor: help; 
} 
