a:link {
    font-family: Arial Narrow, Arial Black, Baskerville Old Face;
	text-decoration: none;
	font-size: 14px;
	color: white;
}
a:visited {
	font-family: Arial Narrow, Arial Black, Baskerville Old Face;
	font-size: 14px;
	color: white;
	text-decoration: none;
}
a:hover {
	font-family: Arial Narrow, Arial Black, Baskerville Old Face;
	font-size: 14px;
	color: #FF9900;
	text-decoration: underscore;
}
a:active {
	font-family: Arial Narrow, Arial Black, Baskerville Old Face;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}
