A.nav {
	TEXT-DECORATION: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
	color: #D18E23;
}

A.nav:link {
	COLOR: #D18E23;
	text-decoration: none;
}

A.nav:visited {
	text-decoration: none;
		COLOR: #D18E23;

}

A.nav:hover {
	COLOR: #9F0D09;
	text-decoration: none;
}

A.nav:active {
	TEXT-DECORATION: none;
		color: #D18E23;
}

A.nav:focus {
	TEXT-DECORATION: none;
		color: #D18E23;
}

#current {
	COLOR: #B00F0B;
	TEXT-DECORATION: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;

}


a {
	text-decoration: none;
	COLOR: #D18E23;
	font-weight: normal;
}

a:hover {
	color: #B00F0B;
}

a:visited {
	text-decoration: none;
	COLOR: #D18E23;
}
