td a:link {
	color: #666666;
	text-decoration: none;

}
td a:visited {
	color: #666666;
	text-decoration: none;

}
td a:hover {
	color: #009900;
	text-decoration: underline;

}
td a:active {
	color: #66CC00;
	text-decoration: none;

}

