BODY {
	font-family: arial;
	color: black;
	font-size: 12;

}

td {
	font-family: arial;
	color: black;
	font-size: 12;

}

A {
	color=black;
	text-decoration: none;
	cursor: hand;
}

A:link {
	color=black;
	text-decoration: none;
	cursor: hand;
}

A:visited {
	color=black;
	text-decoration: none;
	cursor: hand;
}

A:active {
	color=black;
	text-decoration: none;
	cursor: hand;
}

A:hover {
	color=red;
	text-decoration: none;
	cursor: hand;
}