td a:link {
	color: #666666;
	text-decoration: none;

}
td a:visited {
	color: #666666;
	text-decoration: none;

}
td a:hover {
	color: #FF6600;
	text-decoration: underline;

}
td a:active {
	color: #FF9933;
	text-decoration: none;

}

