BODY {color: black; background: white;font-size: 12pt;}
#nav-top{display:none;}
#nav-left{display:none;}
#titlebar{display:none;}
SPAN.lastModified{display:none;}
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
A:link, A:visited {background: white; color: black; text-decoration: none;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
a:link:after{padding-left:1em;content: attr(href) }
img{display:block}
@media all  { 
    .page-break { display:none; }  
   }  
  
@media print  {  
 .page-break { display:block; page-break-before:always; }  
 }  


