a:link,a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #999999;
	text-decoration: none;
}