a:link {
	color: #0066FF;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	background-color: #00FF00;
}

