body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CCCCCC;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	color: #FFFF99;
	text-decoration: underline;
}
a:active {
	color: #FFFF99;
	text-decoration: underline;
}
a:hover {
	color: #9494BC;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
