body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding-left: 8px;
}
h1 {
	font-size: 1.25em;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 3px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #66FFFF;
	text-decoration: underline;
}
#header {
	border-bottom: 2px solid #FFFFFF;
}
#footer {
	font-size: .8em;
	font-style: italic;
}
p {
	color: #FFFFFF;
}
td {
	color: #FFFFFF;
}
table {
	background-color: #333333;
}

