td a:link {
	color: #006699;
	text-decoration: none;
}
td a:visited {
	color: #006666;
	text-decoration: none;
}
td a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #00CCFF;
	text-decoration: underline;
}

