
* {
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
	background-color: #EEEEEE;
}

table {
	border: solid 1px black;
}

h1 {
	color: white;
}

a,label {
	color: black;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
	color: #8EC549;
}

.pos[value="0"] {
	color: red;
}
