.footer a:link {
	font-size: 9px;
	color: #284888;
	text-decoration: none;
	background-color: #F2EDFC;
}
.footer a:visited {
	font-size: 9px;
	color: #3333FF;
	text-decoration: none;
	background-color: #C1ABF1;
}
.footer a:active {


	font-size: 9px;
	color: #CC33FF;
	text-decoration: underline overline;
	background-color: #F2EDFC;
}
.footer a:hover {



	font-size: 9px;
	color: #FF0000;
	text-decoration: underline overline;
	background-color: #F2EDFC;
}

