::selection,
::-moz-selection {
	/*background: rgb(191, 144, 25);*/
	}

a {
	color: rgb(191, 144, 25);
}

a:active,
a:focus,
a:hover {
	color: hsl(42, 76%, 22%);
	}