BODY, TD {
	font-family : Comics Sans MS, sans-serif, Times New Roman ;
	font-size : 14pt;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: none;
	color: red;
	background: white;
}