a:hover {
	background-color: #FF0000;
}
a:active {
	color: #66FF66;
}
a:link {
	color: #9966FF;
}
a:visited {
	color: #CC33FF;
}
