body{
   /*background-image: url("img/bg/14.webp");
   background-size: cover;
   background-attachment: fixed;*/
   image-rendering: pixelated;

}
.header{
   margin-bottom: 20px;
}
.header img {
    margin: 40px auto 30px auto;
    width: 40%;
    max-width: 350px;
    display: block;
}

.maintext{
   font-family: Courier New;
   color: #ffffff;
   margin: auto;
   width: 800px;
   min-height: 500px;
   padding-left: 2%;
   padding-right: 2%;
   background-color: #090f1e;
   border-style: solid;
   border-color: #ffaa00;
   border-width: 2p;
}

.maintext h2{
  color: #ffaa00; 
}
.maintext h4{
  color: #ffaa00; 
}
.maintext p{
   font-size:90%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

/* unvisited link */
a:link {
  color: #ffaa00;
}

/* visited link */
a:visited {
  color: #b37700;
}

/* mouse over link */
a:hover {
  color: #ffd480;
}

/* selected link */
a:active {
  color: #ffaa00;
}

::selection {
  color: black;
  background: #ffaa00;
}
th {
  text-align: left;
}
