body {
  background-color: #000000;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  image-rendering: pixelated;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-right: 30%;
  margin-left: 30%;
  text-align: center;
  line-height: 45px;
}
div {
  width: 50%;
  display: inline-block;
  background-color:;
}
span {
  color:red;
}
span.r {
  background-color: white;
}

a:link {
  font-style: italic ;
  text-decoration-line:none ;
    color:white;
  text-decoration-line:none ;
}
a:visited {
  font-style: italic ;
  color:white;
  text-decoration-line:none ;
}
a:hover {
  font-style: normal;
  font-weight: bolder;
  color: white;
  text-decoration-line:none ;
}
a:active {
  color: white;
  text-decoration-line:none ;
}
 p.small {
  font-size: 13px;
  line-height: 15px;
  
}
p.head {
  font-size: 20px;
}
p.foot {
  font-size: 10px;
  font-weight: 1000;
    
  margin-bottom: -15%;

}
.full-line {
  margin-top: 15%;
  margin-bottom: 15%;
  margin-left: -25%;
  margin-right: -25%;
}








