a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	background-color: #CC99FF;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

