a:link       { 
   color           : rgb(140,190,140);
   text-decoration : none;}

v:active     { 
   color           : rgb(0,0,0);
   text-decoration : none;}

a:visited    { 
   color           : rgb(0,0,0);
   text-decoration : none;}

a:hover {
   color           : rgb(185,185,185); 
   text-decoration : underline;}

body {font-family: Arial, Verdana, Helvetica;
      background-color: rgb(237,255,238);
      color: rgb(0,0,0); }