A:link {
	color: #999999;
	text-decoration: none;
}

A:visited {
	color: #666666;
	text-decoration: none;
}

A:active {
	color: #808080;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}