body {
  background-color: #0d2601;
  padding: 30px;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  text-align: center;
  font-size: 4em;
  color: #BFA68F;
}

h2 {
  font-size: 3em;
  color: #2e5902;
  line-height: 1.5em;
  margin: 0px 0px 48px 24px;
}

h2.q {
  color: #d2c0af;
  margin: 48px 0px 12px 24px;
}

h2.f {
  color: #2f8904;
  margin: 0px 0px 0px 64px;
}

h2.t {
  color: #f29f05;
  margin: 0px 0px 0px 64px;
}

h2.e {
  color: #a76e03;
  margin: 24px 0px 0px 64px;
}

h2 div {
  color: #ff0000;
  display: inline-block;
}

h2 span {
  color: #a12537;
}

s {
  display: inline-block;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d2601), color-stop(47%, #0d2601), color-stop(47%, #0d2601), color-stop(53%, #0d2601), color-stop(53%, #0d2601), to(#0d2601));
  background: -o-linear-gradient(#0d2601 0%, #0d2601 47%, #0d2601 47%, #0d2601 53%, #0d2601 53%, #0d2601 100%);
  background: linear-gradient(#0d2601 0%, #0d2601 47%, #0d2601 47%, #0d2601 53%, #0d2601 53%, #0d2601 100%);
}

u {
  border-bottom: 3px dotted #1e5802;
  line-height: 1.1em;
}

u > em {
  background-color: #1e5802;
  color: white !important;
}

u > em:after {
  border-color: transparent transparent #1e5802 transparent;
  border-width: 10px;
  margin-left: -10px;
}