TD { margin: 0;	font: 75% Arial, Helvetica, sans-serif;}
a:link {	color: black; text-decoration: none;}
a:visited {	color: black; text-decoration: none;}
a:hover {	color: red; text-decoration: none;}

a.blue:link {	color: blue; text-decoration: underline;}
a.blue:visited {	color: blue; text-decoration: underline;}
a.blue:hover {	color: red; text-decoration: underline;}