body {
   background: white;
   font-size: 12pt;
   }
h2 {font-size:13pt;}
h3 {font-size:12pt;}
#leftnav, #head {
   display: none;
   }
#container, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   overflow:visible;
   }
div#content {
   padding-top: 1em;
   top:0;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}