BODY, TD {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11pt;
}

A {
	text-decoration: underline;
	color: blue;
	background-color : transparent;
}

A:VISITED {
	text-decoration: underline;
	color: red;
	background-color : transparent;
}


A:Hover {
	text-decoration: none;
	color: Red;
	background-color : Yellow;
	}

