body {
   color: black;
   background: white;
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 10pt;
   }
h1 {
   color: black;
}
h3 {
   color: black
   page-break-after: avoid;
}
#sidebar {
   display: none;
   }
div#main {position: absolute; 
	top: 4em;
	left: 0; 
	width:  inherit;
	margin: 1em; 
	padding: 0;
}
/*#main {position: static;
      width: auto;
      border: 0;
      margin: 0;
      padding: 0;
      float: none !important;
      color: black;
   background: white;
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 10pt;
    }
*/
a:link, a:visited {display: inline;
	text-decoration: none;
	color: black;}
/*insert the URLs of the links after each one*/
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

.noprint {display: none;}



