
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
	
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #A26C4B;
	}
	
