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

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

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

h2 {
  font-size: 3em;
  color: #00479c;
  line-height: 1.5em;
  margin: 48px 0px 0px 0px;
}

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

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

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

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

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

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

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