/* CSS Document */

body {
	background-color: #000000;
}

a:link {
	color: #666633;
	text-decoration: none;
}

a:visited {
	color: #666633;
	text-decoration: none;
}

a:hover {
	color: #c8c7ac;
	text-decoration: none;
}

a:active {
	color: #c8c7ac;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
	text-align: center;
}

