a:visited {
	color: #00FF33;
	text-decoration: none;
}
a:hover {
	color: #660066;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
