::selection,
::-moz-selection {
	/*background: rgb(255, 206, 0);*/
	}

a {
	color: rgb(255, 206, 0);
}

a:active,
a:focus,
a:hover {
	color: hsl(48, 100%, 30%);
	}