a {
	text-decoration: underline;
	color:#6B70BD;
}

A:Hover  {
	color : #9EA3DE;
	text-decoration : underline;
}

H3 {
	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
        border-bottom: solid 1px #3D429E;
}

span.emphasis {
	color: #6B70BD;
	font-weight: bold;
        text-decoration: underline;
        font-size:14px;
}
