a:link {
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}