a:link {
	font-family: "AvantGarde Md BT", "Century Gothic";
	color: #FF0000;
	text-decoration: none;
	font-size: 10px;

}
a:visited {
	font-family: "Century Gothic", Arial, Verdana;
	color: #FF0000;
	text-decoration: none;
	font-size: 10px;

}
a:hover {
	font-family: "Century Gothic", Arial, Verdana;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFCC;
	font-size: 10px;

}
a:active {
	font-family: "Century Gothic", Arial, Verdana;
	color: #6600CC;
	text-decoration: none;
	background-color: #85D9EB;
	font-size: 10px;

}
