a:visited {
	text-decoration: none;
	background-color: #000000;
	color: #CCCCCC;
}
a:link {
	color: #cfb583;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
