body {
  background-color: #191919;
  color: #cac7ca;
}
table#leftBox {
  background-color: #404040;
  width: 338px;
  height: 540px;
}
div.b {
  cursor: pointer;
  position: relative;
  background-color: black;
  width: 70px;
  height: 18px;
  text-align: center;
  font: bold 8pt "Lucida Console";
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 0px;
  line-height: 16px;
}
div.s {
  cursor: pointer;
  position: relative;
  background-color: #121210;
  width: 70px;
  height: 16px;
  text-align: center;
  font: bold 8pt "Lucida Console";
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 0px;
  line-height: 14px;
}
div.blank {
  position: relative;
  background-color: #191919;
  width: 192px;
  height: 18px;
  text-align: center;
  font: bold 8pt "Lucida Console";
  margin-top: -1px;
  margin-left: 2px;
  margin-right: 0px;
}
iframe#left {
  position: relative;
  width: 334px;
  height: 520px;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
}
iframe#right {
  position: relative;
  width: 370px;
  height: 522px;
  margin-top: 18px;
  margin-left: 10px;
  border: 1px solid #404040;
}
p#credits {
  font-color: gray;
  font-family: verdana;
  margin-left: 10px;
  font-size: 8pt;
}
