body {
	background: #222;	
}
a {
	color: #999;
	text-decoration: none;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #222;
	background-color: #999;
	text-decoration: none;
}