BODY, TD {
	color : Navy;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	}

A {
	text-decoration: none;
	color: Navy;
}

A:Hover {
	text-decoration: underline;
	color: Red;
}


A1 {
	text-decoration: underline;
	color: Navy;
}

A1:Hover {
	text-decoration: underline;
	color: Red;
	background : Red;
}

