a:link       { 
   color: #800000; 
   text-decoration : none;}

v:active     { 
   color: #800000 }

a:visited    { 
   color: #000000; 
   text-decoration : none;}

a:hover {
   color           : rgb(187,95,26); 
   text-decoration : underline;}

body {font-family: Arial, Verdana, Helvetica;
      background-color: rgb(254,243,192);
      color: rgb(0,0,0); }