body.banner {
  margin: 0;
  color: #000;
  background: #ffffcc;
}
body.side {
  margin: 6px 8px;
  color: #000;
  background: #ffffcc;
  font: 13px Times New Roman, Times, serif;
}
body.viewer {
  margin: 10px 14px 24px;
  color: #000;
  background: #fff;
  font: 15px Times New Roman, Times, serif;
}
a { color: #0000ee; }
a:visited { color: #551a8b; }
a:active { color: #ff0000; }
.hl { color: #993300; font-weight: bold; }
.note { color: #990000; font-weight: bold; }
table.list { border-collapse: collapse; }
table.list th, table.list td {
  border: 1px solid #999;
  padding: 4px 8px;
  font: 13px Times New Roman, Times, serif;
  text-align: left;
}
table.list th { background: #ffffcc; }
.err { color: #990000; font-weight: bold; }
.ok { color: #006600; font-weight: bold; }
.cm-form { margin: 12px 0; }
.cm-form td { padding: 3px 6px; font: 13px Times New Roman, Times, serif; }
.cm-form input, .cm-form select { font: 13px Times New Roman, Times, serif; }
