
* {
	/*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 {
	width: 380px;
	color: white;
	font-size: 24px;
	border: 2px solid black;
	border-collapse: collapse;
    background-color: grey;
    padding-left: 10px;
	padding-right: 10px;

}

h1 {
	color: white;
	font-size: 48px;
	text-align: center;
}

p, footer {
	font-size: 14px;
	color: white;
}

a,label {
	color: cyan;
	font-size: 18px;
}

a.f {
	font-size: 14px
}



a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
	color: #8EC549;
}

.pos[value="0"] {
	color: red;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
}

/* Clear floats */
.row:after {
  content: "";
  display: table;
   clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1200px) {
  .column {
    width: 100%;
  }
}