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

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

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

h2 {
  font-size: 3em;
  color: #d8d9eb;
  line-height: 1.5em;
  margin: 48px 0px 0px 0px;
  padding-bottom: 8px;
}

h2.f {
  color: #a6a8d0;
  margin: 0px 0px 0px 86px;
}

h2.t {
  color: #e8e7c0;
  margin: 0px 0px 0px 86px;
}

h2.ex {
  color: #8487bf;
  margin: 0px 0px 0px 86px;
}

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

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

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

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

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