TD {
	font-family : Arial;
	font-size : 8pt;
}
A {
	text-decoration: underline;
	color: White;
}
A:Hover {
	text-decoration: underline;
	color: Red;
}
