::selection,
::-moz-selection {
	/*background: rgb(139, 35, 70);*/
	}

a {
	color: rgb(139, 35, 70);
}

a:active,
a:focus,
a:hover {
	color: hsl(338, 59%, 14%);
	}