/* base.css */

BODY {
  font-family: "Courier New", monospace;
  font-size: 10pt;
  background-color: #000000;
  color: #ff4444;
  text-align: center;
}

P.theme {
  font-size: 12pt;
}

P.hl {
  color: #ffaa44;
}

P.ll {
  font-size: 8pt;
  color: #ee2222;
}

IMG.linkimg {
  border-style: none;
  vertical-align: middle;
}

A:link, A:active, A:visited, A:hover {
  color: #000000;
}

