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

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

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

h2 {
  font-size: 4em;
  color: #1E3226;
  line-height: 1.5em;
  margin: 0px 0px 48px 24px;
}

h2.q {
  color: #A19F81;
  margin: 36px 0px 12px 24px;
}

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

h2 span {
  color: #57926f;
}

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

u {
  border-color: #d5b25b !important;
  border-bottom: 2px dotted #005feb;
  line-height: 1.1em;
}

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

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