a:link {
	color: #330099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3300CC;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #CC33CC;
}
