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

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

         color : #FFFF00; 
         font-weight: bold
}
  A:HOVER { 
         font-family : Arial;
         text-decoration : underline;
         color : #FFFFFF;
         font-weight: bold
}
