A {
	color: Navy;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: none;
}
A:hover {
	color: Maroon;
	font-weight: bolder;
	text-decoration: underline;
}

