body {
	font-family: sans-serif;
	font-size: 12pt;
}
a {
	color: #00f;
}
h1,h2,h3 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5pt;
}
h1 {
	border-bottom: solid thin #000;
}
h2 {
	font-size: 13pt;
	margin-top: 5pt;
}
h3 {
	font-size: 12pt;
	margin-top: 5pt;
}
p {
	margin-top: 5pt;
	margin-bottom: 5pt;
}
.quote {
	padding: 10px;
	background-color: #ccc;
	border: solid medium #000;
	font-family: monospace;
}

