body {
	background: #fff;
	color: #000;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	width: 8.5in;
}	

a, a:link, a:visited, a:hover, a:active {
	border-bottom:1px dotted #000000;
	color:#000000;
	text-decoration:none;
}
	
a:after {
	content: " (" attr(href) ")";
	font-size: 11pt;
}

img {
	display: block;
	padding-top: 10px;
}


/* stuff to hide */
#navigation {
	display: none;
}


/* STUFF TO REWRITE */

	/* forcing the page width to be printer friendly */
	#wrapper {
		width: auto; 
    	margin: 0 5%;
    	padding: 0; 
    	border: 0;
    	float: none !important;
    	color: black; 
    	background: transparent;
	}