::selection,
::-moz-selection {
	/*background: rgb(0, 150, 214);*/
	}

a {
	color: rgb(0, 150, 214);
}

a:active,
a:focus,
a:hover {
	color: hsl(197, 100%, 21%);
	}