body {
  font-family: clean, verdana, helvetica, arial;
  font-aspect-value: 0.56;
  background-color: #000000;
  color: #aaaaaa;
  font-size: 13px;
}

.viewport {
  background: #365b66;
}

.screen {
  background: #365b66;
}

td {
  font-size: 13px;
  color: #aaaaaa;
  font-aspect-value: 0.56;
}

p {
  font-size: inherit;
  text-align: justify;
}

em {
  font-size: inherit;
  font-style: normal;
  text-align: left;
}

.panel {
  background: inherit;
  display: block;
  position: fixed;
  height: 32px;
  width: 64px;
  top: 0px;
  right: 0px;
  bottom: auto;
}

.button {
  border: 0px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.ltrn {
  display: run-in;
  float: left;
  margin-right: 4pt;
  margin-down: 2pt;
}

.rtrn {
  display: run-in;
  float: right;
  margin-left: 4pt;
  margin-top: 2pt;
}

.comment {
  color: #4b808e;
}

.string {
  color: #6e6e82;
}

.keyword {
  color: #63a1b2;
}

.builtin {
  color: #63b2ad;
}

.function {
  color: #a0a0a0;
  font-weight: bold;
}

.variable {
  color: #ccc49d;
}

.type {
  color: #7c7c7c;
}

.constant {
  color: #cec27b;
}