body {
	font-size: 90%;
	background: white;
	font-size: 12pt;
}

#header, #navbar, #userbar, #comments, #sidecontent, #sidebar, #footer {
	display: none;
}

#container {
	width: 500px;
	border: 0;
	margin: 0 auto;
	padding: 0;
}

a:link, a:visited {
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}