html, body {
	background:#fff;
	font-family: Georgia, 'Times New Roman', serif;
	}

#header { display:none; }
#headerprint { 
	color:#000;
	display:block;
	margin:0 auto;
	text-align:left;
	}
	#headerprint h1 { font-family:Helvetica, Arial; font-weight:bold; padding:1em 0; }

#content {
	background: transparent;
	width: 100%;
	margin: 0;
	float: none;
	}

#nav, #sidebar, #pos, #find, #share, #footer, a.trade, body ul.share { display:none; }

#footer { display:none; }
#footerprint { 
	color:#000;
	display:block;
	margin:0 auto;
	text-align:left;
	}

p {
	font-size: 12pt;
	}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #06c;
	}

a:link:after {
	content: " (" attr(href) ") ";
	}
	ul.meta a:link:after { content: ""; }