BODY {

	color: #000000;
}


A {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
	font-family: arial;
}

A:Hover {
	text-decoration: none;
	color: #FF9C31;
	font-weight: bold;
}

.style2 {
	color: #CE6300;
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma;
}


