a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	font-family: "AvantGarde Md BT", Baha, "Century Gothic";
	text-decoration: none;



}
a:active {
	color: #FF0000;
	text-decoration: none;

}

