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

ul, ol, p {
	font-size: 12pt;
}

h3 {
	margin-top: 0;
}

#header, #footer, #copyright, h1, h2 {
	display: none;
}

#content {
	width: 100%;
	float: none;
	margin: 0;
	background: transparent;
}

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
}

a:after {
   content: " (" attr(href) ") ";
   font-size: 10pt;
}

code, pre {
	font-size: 10pt;
}

.page-break {
	page-break-before: always;
}