body {
   background: white;
   font-size: 12pt;
   }
#menu,
#header,
#left,
#right {
   display: none;
   }
   
#middle img { display: block; }

#container, #body, #body #middle, #footer, #disclaimer {
   display: inline;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
#footer, #disclaimer { 
display: block;
margin-left: 5%;
margin-top: 2em;
}

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;
   }
   
/* special selectors */
h1.hidden {
font-size: 16pt;
font-weight: 700;
border-bottom: 1px black solid;
position:relative;
left:0px;
top:0px;
width: auto;
height: auto;
overflow:auto;
}

