a:visited {
	color: #990099;
	text-decoration: none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CC0066;
	text-decoration: underline;
}
