#header, #left, #links, #tabs, #rss, #mailing-list, .shadow
{
  display: none;
}
#wrapper, #layout, #content-wrapper, #content, #layout #content
{
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	overflow: visible;
	color: black;
	background: none;
}
a{ color: black !important; text-decoration: underline !important; border-bottom: 1px solid black; }
table td{ border: 1px solid #000; }
table th{ border: 1px solid #000; background: #eee; }

#footer{ padding-top: 30px; }
body
{
	font: 11pt Georgia, "Times New Roman", serif;
}
/* when viewed on-screen, add some padding */
@media screen
{
	body
	{
		padding: 16px;
	}
}
