a {
	text-decoration: underline;
	color:#8F5929;
}

A:Hover  {
	color : #CB8F58;
	text-decoration : underline;
}

H3 {
	color: #8F5929;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
        border-bottom: solid 1px #8F5929;
}

span.emphasis {
	color: #8F5929;
	font-weight: bold;
        text-decoration: underline;
        font-size:14px;
}
