::selection,
::-moz-selection {
	/*background: rgb(168, 186, 58);*/
	}

a {
	color: rgb(168, 186, 58);
}

a:active,
a:focus,
a:hover {
	color: hsl(68, 52%, 27%);
	}