body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #D6D9E3;
	color: #666699;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}
h1 {
	font-size: x-large;
	font-weight: bold;
}
a:link {
	color: #666699;
}
a:visited {
	color: #666699;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666699;
}
.footer {
	font-size: xx-small;
}
.float {
	float: right;
	left: auto;
	right: auto;
	border: 10px solid #D6D9E3;
}
h2 {
	font-size: large;
	font-weight: bold;
	text-align: left;
}
.floatleft {
	float: left;
	border: 10px solid #D6D9E3;
}
.caption {
	font-size: small;
}
hr {
	color: #666699;
}
