BODY   { color: black; font-size: 10pt; font-family: Arial, sans-serif; background-color: white; text-align: left }

A {
	color: Navy;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}