@charset "utf-8";
/* CSS Document */
<style type="text/css">

body,td,th {
	color: ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	background-color: #666;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
}
.copyright {
	padding-left: 10px;
	color: #FFF;
}

</style>
