.a_link {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	text-decoration: underline;
}

a.nav:link {color: black; text-decoration: underline;font-size: large;font-family: "Times New Roman", Times, serif;}
a.nav:visited {color: black; text-decoration: underline; font-size: large;font-family: "Times New Roman", Times, serif;}
a.nav:hover {color: orange; text-decoration: none;font-size: large;font-family: "Times New Roman", Times, serif; }
a.nav:active {color: orange;  text-decoration: none; font-size: large;font-family: "Times New Roman", Times, serif;} 
