
BODY {
  background-color: #222222;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #b8b2d6;
}

a:hover {
  color: #817b9d;
}

input, select, textarea {
  background-color: #333333;
  color: #ffffff;
}

tr {
  background-color: #333333;
  white-space:nowrap;
}
/* use class=formatting to make table invisible */
tr.formatting { background-color: initial; }

/* use class=mono to make monospaced */
td.mono { font-family: monospace, Courier, Courier New; }

th {
  background-color: #555555;
  white-space:nowrap;
  align: center;
  valign: middle;
}

/* use class=code to make section stand out */
pre.code { background-color: #333333; }

