BODY {

	color: #000000;
    font-family: verdana, tahoma, arial, sans-serif;

}
A:link {  COLOR: Maroon; TEXT-DECORATION: underline; }

A:visited {	COLOR: Maroon; TEXT-DECORATION: underline; }

A:active {	COLOR: Maroon; TEXT-DECORATION: underline; }


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;
}


