body {
	background-color: #ffffff;
	color: #000000;
	font-family:
		georgia,
		times new roman,
		times,
		serif;
	font-size: 110%;
	margin-left: 8em;
	margin-right: 8em;
}

h1 {
	color: #800000;
	font-family: trebuchet, arial, helvetica, sans-serif;
}

h2 {
	color: #800000;
}

h3 {
	color: #450000;
}

h4 {
	color: #450000;
	font-style: italic;
}

blockquote {
	font-family:
		times new roman,
		times,
		serif;
	font-size: 110%;
}

li {
	line-height: 150%;
	padding: 3px;
}

p.credit {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
}

p {
	text-align: justify;
	line-height: 150%;
}

p.cite {
	margin-left: 2em;
	text-indent: -2em;
	text-align: left;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

.border {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	padding: 9px;
	text-align: left;
}
