body {
	color: black;
	background: white;
	font-size: 12pt;
	font-family: Gill Sans, helvetica, arial, sans-serif;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 1.6;
}

p.title_image {
	width: auto;
	padding: 3em;
	float: left;
}

p.self_image {
	width: auto;
	padding: 2em;
	float: right;
}

li {
	line-height: 1.6;
}

dt {
	line-height: 1.6;
}

dd {
	line-height: 1.6;
}

.author {
	text-align: right;
}

.comment {
	font-size: 10pt;
	background-color: beige;
}

blockquote {
	font-size: 9pt;
	margin-left: 5%;
	margin-right: 5%;
}

h1 {
	font-size: 150%;
	color: #004800;
}

h2 {
	font-size: 120%;
	color: navy;
}

th {
	background: silver;
}

.quarter {
	width: 25%;
}

.halt {
	width: 50%;
}

.source {
	background-color: silver;
}
