@font-face {
    font-family: 'Perfect DOS VGA 437';
    src: url('https://www.polepig.com/Perfect%20DOS%20VGA%20437.ttf') format('truetype');
}

html, body {
  margin: 0px;
  height: 100%;
  background-color:#000000;
  font-family: 'Perfect DOS VGA 437';
}

.menudiv {  
  background-color:#A8A8A8;  
  font-size: 16pt;
  letter-spacing: -1px;
  line-height: 16px;
  padding: 2px 2px 2px 2px;
}

#info-block section {
  border: 2px solid #A8A8A8;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  min-height: 80vh;
}

.file-marker > div {
  padding: 0 3px;  
  margin-top: -0.8em;
}

.box-title {
  background: #000000 none repeat scroll 0 0;
  display: inline-block;
  padding-left: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 16px;  
  font-size: 16pt;
  color: #A8A8A8;  
  text-align:center;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}

.box-contents {
  color: #A8A8A8;
  font-size: 16pt;
  padding-left: 128px;
  padding-right: 128px;
  padding-top:1em;
}

.footerbox {
  margin:auto;
  text-align:center;
  width:30em;
  background-color:#A8A8A8;
  color:#000000;
  font-size: 16pt;
  padding:8px;
  box-shadow:18px 18px #404040;
}


a {
  text-decoration:none;
  padding-left:1px;
  font-size: 16pt;
  letter-spacing: -1px;
  line-height: 16px;
}

a:link {
  color: #000000;
  background-color:#A8A8A8;
}

a:visited {
  color: #000000;
  background-color:#A8A8A8;
}

a:hover {
  color: #A8A8A8;
  background-color:#000000;
}

a:active {
  color: #A8A8A8;
  background-color:#000000;
}
