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

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

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