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