a {
	text-decoration: underline;
	color:#0C7C00;
}

A:Hover  {
	color : #12B813;
	text-decoration : underline;
}

H3 {
	color: #09740A;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
        border-bottom: solid 1px #09740A;
}

span.emphasis {
	color: #0C7C00;
	font-weight: bold;
        text-decoration: underline;
        font-size:14px;
}