A  {
	text-decoration : none;
	color : blue;
}

A:Hover  {
	text-decoration : underline;
	color : red;
}

BODY  {
	font-family : times, times new roman;
	font-size : 16pt;
}

TD  {
	font-family : times, times new roman;
	font-size : 16pt;
}

