A {
	text-decoration : none;
	font-weight : bold;
	color : #990000;
	
}

A:HOVER {
	color : #ff0000;
}

A:ACTIVE, A:VISITED {
	
}


A.NavBar:ACTIVE,  A.NavBar:LINK, A.NavBar:VISITED {
	color : #ffffff;
}

A.NavBar:HOVER {
	color : Silver;
}

