.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FCE22E;
	text-decoration: none;
	letter-spacing: 0px;

}
a:hover.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
	background-color: #FCE22E;
	font-weight: normal;

}