BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: Marron; /* Marron */
}

A:Hover {
	text-decoration: none;
	color: #CE3100;
	text-decoration:underline;font-weight:bold;font-size:11pt;color:blue;
}

.style2 {
	color: Maroon;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	

}


