BODY {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

A {
	text-decoration: underline;
	color: Maroon;
}

A:Hover {
	text-decoration: none;
	color: #CE3100;
}

.style2 {
	color: Maroon;
	font-weight: bold;
}
