@font-face {
  font-family: 'IBM VGA';
  font-style: normal;
  src: url('font/Web437_IBM_VGA_8x16.woff') format('woff');
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;*/
}
:root {
	color-scheme: only dark;
}
a img {
	border: none;
}
a:link {
	color:lightblue;
	text-decoration: none;
}

a:visited {
	color:lightpink;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}
body { 
	font-family: 'IBM VGA', 'System';
	margin: 0;
	background-image: url("img/background.gif");
	color: white;
}
img {
  max-width: 100%;
  height: auto;
}
table, th, td {
  padding: 3px;
  border: 0px solid;
  border-color: black;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.header {
   	overflow: hidden;
   	background-color: black;
  	padding: 20px 10px;
}
