a { color: #4a99c9;; }
a:hover { text-decoration: underline;}

body {
    font-size: large;
	line-height: 1.3;
	margin: 0 auto;
	padding: 0;
    //color: #222;
    min-height: 100%;
}

main {
	padding: 0.6vw;
}

footer {
    text-align: center;
	padding: 0 128px;
    margin-top: 60px;
}

progress {color: #1095c1; accent-color: #1095c1; border-radius: 0.2rem; height: 0.4rem; }

progress::-moz-progress-bar { background-color: #1095c1; }

table {
    font-size: medium;
}
