BODY,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	background-color : #ffffff;
}

TH { 
	background : Purple;
	color : White;
 }

A {
	text-decoration: none;
	color: Aqua;
	font-size: 12pt;
}

A:Hover {
	text-decoration: underline;
	color: red;
}
