<style type="text/css">
a:link { font-weight:bold; color:#0873C5; text-decoration:underline; }


a:link {
	font-weight: bold;
	color: #0873C5;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #0873C5;
	text-decoration: underline;
}

a:hover{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}
	
</style>