BODY
 .cl1 { color: white; TEXT-DECORATION: none }
 A.cl1:hover { color: blue;}
 .cl2 { color: gray; TEXT-DECORATION: none }
 A.cl2:hover { color: blue;}

.text { color:#372406; font-family: Verdana; font-size:13; }

a.e1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: black;
}
a.e1:hover{
	color: blue;
	text-decoration: underline;
}

}

