a:link       { 
   color           : rgb(43,146,226); 
   text-decoration : none;}

v:active     { 
   color           : rgb(118,195,254);
   text-decoration : none;}

a:visited    { 
   color           : rgb(171,171,171); 
   text-decoration : none;}

a:hover {
   color           : rgb(18,89,252); 
   text-decoration : underline;}

body {font-family: Arial, Verdana, Helvetica;
      background-color: rgb(228,242,252);
      color: rgb(0,0,0); }
