body {
   background: white;
   font-size: 12pt;
	 color: black;
   }
* { color: inherit !important; background: transparent;}
 #nav, #banner, .slogan,.dontprint { display: none;	}
.printme {display: block !important;}
#wrapper, #masthead, #content, #body, #footer {
   left: auto;
	 width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
	 background-color: transparent;
   background: transparent;
	 clear: both;
   }
#wrapper{
	 margin: 0 5% 0 5%;
	 }
#body{
   padding-top: 1em;
   }
#footer{
   margin-top: 1em;
	 border-top: 1px solid black;
	 color: black; background-color: transparent;
	 font-size: 10pt;
	 }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }