::selection,
::-moz-selection {
	/*background: rgb(0, 42, 58);*/
	}

a { color: rgb(0, 42, 58); }

a:active,
a:focus,
a:hover {
	color: hsl(196, 100%, 0%);
	}