body
{
  background-color: #000000;
  font-family: courier, monospace;
  font-size: 14pt;
  margin-left: 10%;
  margin-right: 10%;
}
 
.center {text-align: center}
.left {text-align: left}
.right {text-align: right}

.bold {font-weight: bold}

:link {background-color: #000000}
:visited {background-color: #000000}
:active {background-color: #000000}
