body {
	width: 40em;
	margin: 0 auto;
	padding: 1em 2em;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	margin-bottom: 8em;
}




#header {
	position: relative;
	margin-bottom: 4em;
}
.author {
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, serif;
	margin-left: 2em;
}

h1, h2 {
	font-family: Georgia, serif;
}
h1 {
	margin: .5em 0;
	font-size: 1.5em;
	border-bottom: solid 1px #000;
}
h2 {
	font-size: 1em;
	margin: 0;
	margin-left: 4em;
}

p {
	text-indent: 4em;
	margin: 0.3em 0;
}

a {
	color: #06a;
}
a:hover {
	color: #000;
}




.section {
	margin: 2em 0;
}

.break {
	margin: 2em 0;
	text-align: center;
	letter-spacing: 2em;
}
.continued {
	margin-top: 8em;
	text-align: center;
	font-style: italic;
}