 body
  {
   background-color:#ffff00;
   color:#003300;
   font-family: Courier, Courier New;
   font-size: 1em;
   margin-top: 0px;
  }

 a:link
  {
   color:#003300;
   text-decoration:underline;
  }

 a:visited
  {
   color:#003300;
   text-decoration:underline;
  }

 a:hover
  {
   color:#003300;
   text-decoration:none;
  }

