 body {
       font-size: 10.5pt;
       background: #5F5454;
       margin: 0px;
       }
  a {
    font-weight: bold;
  }
  a:link {
    color: #0000FF;
    background-color: transparent;
  }
  a:visited {
    color: #800080;
    background-color: transparent;
  }
  a:active {
    color: #FF0000;
    background-color: transparent;
  }

#wrapper {
    background: #ffe75c;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  margin-top: 0px;
  padding-top: 0px;
  border-top: solid 1px;
  }
