body {
   background: white;
   font-size: 12pt;
   }

p {
page-break-inside: avoid; 
}  

h2 {
font-size: 14pt;
color: black;
background: white;
}

#banner, #imgbar, #navleft, #navcontainer, #footer, #access, .skiplink, .hidenav {display: none;}

#topnav {display: none;}

#container, #rightcontent
 { width: auto;
   margin: 0 20% 0 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

div#content {
   padding-top: 0;
      }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }



