::selection,
::-moz-selection {
	/*background: rgb(212, 215, 86);*/
	}

a {
	color: rgb(212, 215, 86);
}

a:active,
a:focus,
a:hover {
	color: hsl(61, 61%, 39%);
	}