body {
    background-color: #000;
    color: #ddd;
    font-family: sans-serif;
    font-size: 9pt;
}

.canvas-border {
  border:1px solid #999;
}

IMG {
  border-color: #000;
}

H1, H2, H3, H4, LI, A, BLOCKQUOTE, TD {
  font-family: sans-serif;
}

H1 {
  font-size: 16pt;
  color: #acf;
  font-family: sans-serif;
}

H2 {
  font-size: 13pt;
  color: #acf;
}

H3 {
  font-size: 11pt;
  color: #acf;
}

P {
  font-family: sans-serif;
  font-size: 9pt;
}

.label {
  color: #acf;
}

LI {
  font-size: 10pt;
}

A {
  color: #999;
}

TD {
  font-size: 11pt;
}

HR.thick {
  border: none;
  background-color: #000;
  color: #000;
  height: 3px;
  width: 100%;
}

HR.dashed {
  border-top: 1px dashed #000000;
  height: 1px;
}
