body {
	background: white;
	color: black;
	font-size: 12pt;
	font-family: serif;
	margin: 1in;
}

a {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#Head p {
	font-size: 36pt;
	margin: 0.25em;
}

#Left {
	display: none;
}

#Foot p {
	font-size: 8pt;
	margin: 0.25em;
}

