body {
	color: #ffffff;
	background: #000000;
}

a:link, a:visited {
	color: #6f6f6f;
	text-decoration: none;
	font-weight: normal;
} 

a:active, a:hover {
	color: #858585;
	text-decoration: underline;
}

