A:LINK {
	font-weight : bold;
	text-decoration : none;
	color : Navy;
}
A:VISITED {
	font-weight : bold;
	text-decoration : none;
	color : Blue;
}
A:ACTIVE {
	font-weight : bold;
	text-decoration : none;
	color : #DEB887;
}
A:HOVER {
	font-weight : bold;
	text-decoration : none;
	color : White;
}
