a:link {
	font-family: "Comic Sans MS", Arial, "Eras Demi ITC";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS", Arial, "Eras Demi ITC";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS", Arial, "Eras Demi ITC";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #330099;
	text-decoration: none;
	background-color: #00FF33;
	text-transform: none;

}
a:active {
	font-family: "Comic Sans MS", Arial, "Eras Demi ITC";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFCCOO;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: none;

}
