html, body {
  background-color: #940627;
  margin: 0px 30px 0px 30px;
}

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

h1 {
  text-align: center;
  font-size: 4em;
  color: #fe4a37;
  margin: 30px 0px 0px 0px;
}

h2 {
  font-size: 3rem;
  line-height: 1.5em;
  margin: 0px 0px 0px 20px;
  color: #ffe5bb;
}

h2.sub {
  color: #fe4a37;
}

h2.q {
  color: #ee9300;
}

h2.a {
  color: #ffe5bb;
}

h2 div {
  display: inline;
  color: #ffad67;
}

p, ul {
  color: #da8296;
  font-size: 3em;
  line-height: 1.7em;
  margin: 0px 0px 20px 20px;
}

li {
  margin: 0px 0px 20px 20px;
}

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

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

u > em {
  background-color: #f50b41;
  color: white;
}

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

.audioTimeLineModule {
  background-color: #7b0521;
}

.timeMark {
  background-color: #f62354;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #7b0521;
}