a:link {
	text-decoration: none;
	color: #2b6875;
	font-weight: bold;


}
a:hover {
	color: #006A71;
	text-decoration: none;
	font-weight: bold;


}
a:visited {
	color: #44317D;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	color: #2f879a;
	font-weight: bold;
}

