
* {
	/*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";*/
	font-family: 'Expletus sans', sans-serif;
}

body {
	 background-image: url('glos1.png'); 
	/* background-image: url('glos_yellow_on_black.png'); */
}

table, th, td {
	color: white;
	font-size: 24px;
	text-align: left;
	border: 5px solid #444444;
	border-collapse: collapse;
    background-color: black;
    padding: 5px;

}

h1 {
	color: white;
	font-size: 48px;
	text-align: center;
}

p {
	color: white;
}

a,label {
	color: cyan;
	font-size: 24px;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
	color: #8EC549;
}

.pos[value="0"] {
	color: red;
}
