/* PRINT --------------------- */
body {
	background: #ffffff;
	color: #000000;
	font-size: 12pt; }
   
.content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000000; 
	background: transparent none; }
   
.nav, .nop {
	display: none; }
   
a:link, a:visited {
	color: #552200;
	background: transparent;
	font-weight: bold;
	text-decoration: underline; }
   
.content a:link:after, .content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%; }
   
.content a[href^="/"]:after {
	content: " (http://www.domainname.com" attr(href) ") "; }
	
img, .none { display: none; }

table { height: auto !important; width: auto !important; }


