a:link       { 
   color           : rgb(81,1,8);
   text-decoration : none;}

v:active     { 
   color           : rgb(90,90,90);
   text-decoration : none;}

a:visited    { 
   color           : rgb(0,0,0);
   text-decoration : none;}

a:hover {
   color           : rgb(135,5,18); 
   text-decoration : underline;}

body {font-family: Arial, Verdana, Helvetica;
      background-color: rgb(254,243,192);
      color: rgb(0,0,0); }