/*
 * https://01b8.com
 */

body, p, ol, li, h1, h2 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: Courier;
  font-weight: normal;
  color: #010101;
  background-color: transparent;
}

body {
  padding: 40px;
  background-color: #777;
}

p, ol, h1, h2 {
  margin-bottom: 10px;
}

h1, h2 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

ol {
  list-style-position: inside;
}

a {
  color: #010101;
}