/* CSS Document */
html {
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a { color: #CCCCCC; text-decoration: none;} /* links */

a:hover {
	color: #FFFFFF;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 738px;
	left: 100px;
}

#disclaimer {
	color: #CCCCCC;
	text-align: justify;
}
