td a:link {
	color: #666666;
	text-decoration: none;

}
td a:visited {
	color: #666666;
	text-decoration: none;

}
td a:hover {
	color: #0099CC;
	text-decoration: underline;

}
td a:active {
	color: #66CCFF;
	text-decoration: none;

}

