body {
	background: white;
	font-size 12pt;
}
#sidebar, #footer {
	display:none;
}
div#content {
	position: relative;
	left: 0;
	width: auto !Important;
	margin: 0 5% !important;
	padding: 0px !important;
	border: 0px !important;
	float: none !important;
	color; black;
	background transparent;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}