body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
}

#header, #footer, .no-print {
	display: none;
}

#header h1 {
	text-align: center;
	font-size: 42pt; font-style: italic;
	margin: 0;
}
#header h2 {
	text-align: center;
	font-size: 10pt;
}

#content h2 {
	font-size: 32pt
	font-style: italic;
}

#content h3 {
	font-size: 18pt;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

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

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