body {
	background: white;
	font-size: 10pt;
}
#menu {
	display: none;
}
#footer .links {
	display: none;
}
#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
div#content {
	padding-top: 1em;
}
div#menu {
	margin-bottom: -8px;
}
a:link, a:visited {
	color: blue;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}