<style type="text/css">
body {
	background-color: #000000;
	text: #FFFFFF;
}

body,td,th {
	background-color: #000000;
	color: #CCCCCC;
	font-family: Georgia, Times New Roman, Times, serif;
}

.textstyle1 {
	font-size: x-large;
	font-weight: bold;
}

.textstyle2 {
	font-size: large;
	font-weight: bold;
}

.textstyle3 {
	font-size: medium;
	font-weight: normal;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
}

</style>