/* seemless black body */
body {
  background-color: #000;
  margin: 0px;
}

/* default font */
body {
  font-size: smaller;
  font-family: sans-serif;
}
* > body {
  font-size: 9.5pt;
}
.copyright {
  margin-top: 2em;
  clear: both;
  text-align: center;
  color: red;
}
.clear {
  height: 1px;
  clear: both;
}
.footer {
  color: #F44;
  font-size: 90%;
  text-align: center;
  clear: both;
  padding-top: 2em;
}
.footer a {
  color: #D00;
  text-decoration: none;
  font-weight: bold;
}
.footer a:hover {
  color: #D55;
  text-decoration: none;
}
.footer p {
  margin: 0.5em 0 0.5em 0;
}
