body {
  background-color: #ccc;
}
ol {
  list-style: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: upper-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ol ol ol ol ol {
  list-style: lower-roman;
}
.screenshot {
  font-size: 10pt;
}
.screenshot p {
  margin: 0;
  text-align: center;
}
.great {
  color: #070;
  font-weight: bold;
}
.warning {
  color: red;
  font-weight: bold;
}
code {
  color: #040;
  text-shadow: #9c9 0 1px 1px;
  font-size: 12pt;
  font-weight: bold;
}
ol.code {
  background-color: #333;
  list-style: decimal;
  color: #666;
  margin: 0 3em;
}
ol.code li {
  color: #fff;
  font-family: 'Courier New', 'System', monospace;
  background-color: #000;
  white-space: pre-wrap;
  margin: 1px 1px 0 1px;
}
table {
  border-spacing: 1px;
  border-style: outset;
  border-color: #000;
  border-width: 2px;
}
th, td {
  border-color: #000;
  border-style: inset;
  border-width: 1px;
}