a:hover {
	color: #FF0000;
	background-color: #FFFFCC;


}
a:active {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFCC;
}
