body {
  background-color: black;
}

table.main {
  background-color: black;
  background: url(/bg.jpg);
  margin: auto;
}

table.box {
  background-color: black;
  background: url(/50black.png);
}

.inbox {
  font-family: geneva, helvetica, sans-serif;
  font-size: 20px;
  color: white;
  vertical-align: top;
}

.minibox {
  font-family: geneva, helvetica, sans-serif;
  font-size: 16px;
  color: white;
}

a {
  color: #CCFFCC;
}

