BODY
   {
   font-family:Georgia, "Trebuchet MS", Verdana, Sans-Serif; 
    color:#000; 
    font-size:16px; 
    letter-spacing:0px;
    background-color:#fff; 
    position:absolute; 
    line-height:1.2em; 
    margin:8px 0px 0px 10px; 
/*    padding:35px 0px 0px 0px;  */
    background:#fff; 
 /* font-family:Verdana,Geneva,sans-serif; */
   font-size:12pt;
   }
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            blue;
  }
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            blue;
  }
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            red;
  }
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color: red
  }
