body {
	background: White;
	font-size: 11pt;
	text-align: center;
}
#footer {
	font-size: 9pt;
}
#links, .olifields {
	display: none;
}
#main, #footer {
	color: Black;
	margin: auto;
	background: transparent;
}
#main a, #footer a {
	color: #600;
	background: transparent;
	text-decoration: underline;
}
#main a:after, #footer a:after {
	content: " (" attr(href) ") ";
}
img.inline {
	border: 1px solid black;
}