/* CSS Document */
.footer {
	font-size: 9px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}