A:LINK, A:VISITED, A:ACTIVE,  A:FOCUS {
	text-decoration: none;
	font-weight : bold;
	color: Blue;
}
A:HOVER {
	color: Red;
}


