:root {
	--bg-color: #1787cb;
	--bg-reverse-color: white;
	--bg-color-bw: #6e9dbb;
	--contain-wide: 1280px;
	}

* {
	margin:0;
	padding:0;
	}

body {
	font-size: 16px;
	height: 100%;
	}


a {color: #1475b1; ; ;var(--bg-color); text-decoration: none; font-size: 16px; font-weight: bold;}
	
