a:link {
	color: #cc33cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc33cc;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: none;
	color: #cc33cc;
}