body {
background-color: #FFFFE5;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em;
     }

.PageBody
  {
    text-align: center;
    margin-right: 50px;
    margin-left: 180px;
    position: relative; 
  }

.PageHead
  {
    text-align: right;
    position: absolute; 
      top: 0px;
      left: 0px;
      width: 80%;
    margin-left: 180px;
  } 


A {
  COLOR: #ff0000; 
  TEXT-DECORATION: none;
       }

A:visited {
          COLOR: #ff0000; 
          TEXT-DECORATION: none;
               }

A:hover {
        COLOR: #000000; 
        background-color: #E5E5E5;
        TEXT-DECORATION: none;
             }

A:active {
         COLOR: #000000; 
         TEXT-DECORATION: none;
              }
