a:link {
	font-weight: bold;
	color: #174D41;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #174D41;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #EBF5F5;
}
a:active {
	font-weight: bold;
	color: #174D41;
	text-decoration: none;
}
