a:link {
	color: #47a78d;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #105b47;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #105b47;
	text-decoration: none;
}
a:active {
	color: #105b47;
	text-decoration: none;
}
