/* sets bg of body content to white */
body {
   background: white;
   font-size: 12pt;
   }
/* hides menu elements */
#menu {
   display: none;
   }
/* hides feature box */
#feature {
   display: none;
   }
/* hides graphical elements used as borders on screen */
#bordercell {
   display: none;
   }
/* standard adjustments to fit printable page */   
#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: white;
	margin-left: 0.25px;
	margin-top: 0.25px;
	margin-right: 0.25px;
	margin-bottom: 0.25px;
   }
/* formats spacing around main printable content */   
div#content {
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #930;
	margin-left: .25;
	margin-top: .25;
	margin-right: .25;
	margin-bottom: .25;
   }
/* sets links to same printable shade */
a:link, a:visited {
   color: #520;
   background: transparent;
   text-decoration: underline;
   }
/* print link after hyperlink on gecko-based browsers */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;