#link {
	color: #333333;
	text-decoration: none;
}
#link:hover {
	color: #999999;
	text-decoration: none;
}
#link:active {
	color: #000000;
	text-decoration: none;
}
