A:LINK, A:VISITED {
 
	color : #33ff00;
	text-decoration : none;
}

A:HOVER {
	background-color : Black;
	color : White;
	text-decoration : none;
}