body,p,td,th {
	font-family: Georgia, New York, Times New Roman, serif;
	color: #110000;
}
body {
	background-color: #330000;
}
a:link {
	color: #AA0011;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #770011;
}
a:hover {
	text-decoration: underline;
	color: #DD0022;
}
a:active {
	text-decoration: none;
	color: #DDAA00;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
h1 {
	color: #990011;
	font-size: 1.75em;
}
h2 {
	color: #664422;
	font-style: italic;
	font-size: 1.25em;
}
h2.intext {
	padding-top: 18px;
}
h3 {
	color: #990011;
	font-size: 1.1em;
	padding-top: 12px;
}
li {
	padding-bottom: 12px;
}
ul {
	list-style-type: square;
}
.content {
	background-color: #EEEECC;
}
.footer {
	background-color: #EEEECC;
	color: #664422;
	font-size: 0.75em;
	font-style: italic;
	padding-top: 5px;
	border-top: 1px solid #990000;
}
.source {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main {
	border: 1px solid #000000;
}