.special a:link {
	text-decoration: none;
}
.special a: visited {

	text-decoration: none;
}
.special a:hover {
	text-decoration: underline;
	background-color: #00FF99;

}
.special a:active {
	text-decoration: none;
	color: #FF0000;

}
