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

