a:link {
	font-weight: 500;
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	color: #9933FF;
	text-decoration: none;
	font-weight: 500;
}
a:hover {
	font-weight: 500;
	color: #99CC00;
	text-decoration: none;
}
