/* old red hover 8F0000 */
/* new blue hover 293366 */
a:link {
	font-family: "prenton-display",  sans-serif;
/*	color:#C67C1E;   */
	color:#885511;
	text-decoration: none;
}
a:visited {
	font-family: "prenton-display",  sans-serif;
	color:#885511;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#293366;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #293366;
}
a:active {
	font-family: "prenton-display",  sans-serif;
	color: #885511;
	background: #FFFFFF;
}
