/* CSS Document */
body {
   background: white;
   font-size: 12pt;
   text-align: left
   }
#menu {
   display: none;
   }
.wrapper {
   width: 700px;
   height: 100%
   color: black;
   background: transparent none;
   
   }
   .footer
  {       
    margin-left: 350px
     
   }
   .header
   {
   width: auto
   margin-left: auto
   margin-right: auto
   }
  a:link { 
  color: #0000FF;
}
a:visited {
  color: #FF0000;
}
  a:active { 
  color: #00FF66;
}

