body {
	font-family: Georgia, Garamond, serif;
   font-size: 12pt;
	background-color: #fff;
   background-image: none;
}
div#page {
   width: 100%;
   margin: 0 auto;
	background-color: #fff;
   background-image: none;
}
div#header {   
   height: 1px;
   display: none;
}
#printMast {
   height: auto;
   display: block;
   width: 95%;
   margin: 0 2%;
   padding: 0;
}
div#wrapper {
   width: 95%;
   margin: 0 2%;
   padding: 0;
   background-color: #fff;
   border: none;
   background-image: none;
   background-repeat: no-repeat;
}
div#sidebar { display: none; }
div#banner { display: none; }

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

a.external:link:after, a.external:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

