a {
	text-decoration: underline;
	color:#9D5FBB;
}

A:Hover  {
	color : #DBACF2;
	text-decoration : underline;
}

H3 {
	color: #7F409E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
        border-bottom: solid 1px #7F409E;
}

span.emphasis {
	color: #9D5FBB;
	font-weight: bold;
        text-decoration: underline;
        font-size:14px;
}
