body {
	font-size: normal;
	line-height: 1.5em;
	width: 35em;
	font-family: Calibri, Verdana;
	margin: 5em 0 4em 5em;
	background-color: rgb(230, 235, 235);
}

td.mtime {
	min-width: 5em;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

h1, h2, h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 1em 0;
	padding: 0;
}

h2 {
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin-bottom: 0px; }

q:before { content: "“"; }
q:after { content: "”"; }

p + p {
	text-indent: 1.35em;
	margin-top: 0px;
}

p + h2 { margin-top: 2em; }

q.loose { font-style: italic; }
q.loose:before { content: ''; }
q.loose:after { content: ''; }

sup, sub { line-height: 0px; }

hr {
	border: none;
}

ul {
	list-style-type: circle;
	padding-left: 1.35em;
}