a:link {
		color: #94764d;
		text-decoration:underline;
	}

a:visited {
		color: #94764d;
		text-decoration:underline;
	}

a:active {

		font-weight:bold;
		text-decoration:underline;
	}

a:hover {

		color: #bda070;
		text-decoration:underline;
	}