A:link {
	color: Navy;
	text-decoration : none;
}
A:visited {
	color: Navy;
		text-decoration : none;
}
A:active {
	color: Blue;
	text-decoration : underline;
}
A:hover {
	color: Maroon;
	text-decoration : underline;
}

