BODY {

	color: #000000;
}


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

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

.style2 {
	color: Maroon;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}
.style3 {
	color: Maroon;
	font-weight: bold;
	font-size: 18px;
	font-family: Times;
}
.style4 {
	color: #339933;
	font-weight: bold;
	font-size: 14px;
	font-family: Times;
}
.style5 {
	color: Maroon;
	font-weight: bold;
	font-size: 11px;
	font-family: Times;
}

