a:link {
	color: purple;
	text-decoration:none;
}

a:visited {
	color: 9966FF;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:CC00FF;
	text-decoration:none;
}