body {
   background: white;
   font-size: 100%;
   }
#header {
   display: none;
   }

#quote {
   display: none;
   }

#left {
   display: none;
   }
#wrapper, #maincontent {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
   }
div#maincontent {
   margin-left: 0;
   padding-top: 0;
   border-top: none;
   }
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   font-size: 100%
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

