/* CSS Document */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 14px;
	color: #CCCCCC;
	text-align: justify;
}

a:link {
	color: #CC0000;
}

a:visited {
	color: #CC0000;
}

a:active {
	color: #CC0000;
}

a:hover {
	color: #CCCCCC;
}
