
A:link    {text-decoration:underline;
           color: #990000 ;       
          }

A:visited {text-decoration:underline;
           color: #996666 ;          
          }

A:hover   {text-decoration:none;
          }

A:active  {text-decoration:none;
           color: red ;            
          }

BODY      {font-family: helvetica, arial, sans-serif;
           background: white;
          }

