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

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

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

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

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

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

h2 span {
  color: #a12537;
}

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

u {
  border-color: #e4d9b9 !important;
  border-bottom: 3px dotted #72602c;
  line-height: 1.1em;
}

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

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