body {
	color: black;
	background-color: white;
	font-family: Tahoma, Helvetica, sans-serif;
	line-height: 140%;
}
h1 {
	text-align: center;
	line-height: 140%;
}
h2, h3, h4, h5, h6 {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 140%;
}
hr.short {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin-left: 10%;
	margin-right: 10%;
}
p.date {
	text-align: right;
}
p.quote, blockquote {
	margin-left: 15%;
	margin-right: 15%;
}
p.url, p.indent {
	margin-left: 15%;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	text-align: left;
}
table.borders {
	border-collapse: collapse;
}
table.borders td, table.borders th {
	border: 1px solid silver;
	padding: .5ex;
}
i, .serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
tt, pre {
	font-family: "Courier New", Courier, monospace;
}
pre {
	margin-left: 15%;
	margin-right: 0%;
	line-height: 120%;
}
big {
	font-size: 140%;
}
div.running-head-left {
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
}
div.running-head-right {
	float: right;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	line-height: 100%;
}
div.navigate {
	text-align: center;
}
div.author {
	text-align: left;
}
div.dates {
	float: right;
	text-align: right;
}
.center {
	text-align: center;
}
.nobr {
	white-space: nowrap;
}
