A.OnYellow {
	color : #000066;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:HOVER.OnYellow {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Red;
	text-decoration : underline;
}
A.OnBlue {
	color : #FFFFCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A:HOVER.OnBlue {
	background : #FFFFCC;
	color : #000066;
	text-decoration : none;
}
A.Cats {
	color : #000099;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:HOVER.Cats {
	background : #FFFFCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : Red;
}

