a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
