body,td{
	font-size: 10pt;
}

A {
	color : blue;
	text-decoration : none;
}

A:HOVER  {
	color : red;
	text-decoration : underline;
}
