A:LINK{
	color : #000000;
	background-color : transparent;
}
A:VISITED{
	color : #000000;
	background-color : transparent;
}
A:HOVER{
	color : White;
	text-decoration : none;
	background : Black;
}
A:ACTIVE{
	color : Black;
	text-decoration : none;
	background : transparent;
}