BODY, TD {
	background: white;
	color: Black;
	font-family: sans-serif;
}

A {
	color: Navy;
}

A:Hover {
	color: Blue;
}


