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

a.urlLink {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  color: white;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

a.urlLink span {
  display: block;
  margin: 0px 50% 0px 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 5px;
  text-align: center;
  white-space: nowrap;
}

a.urlLink span::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  content: "";
}

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

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

h2 {
  font-size: 3rem;
  line-height: 1.7em;
  margin: 40px 0px 0px 20px;
  color: #fae1ba;
}

h2.sub {
  color: #9e67a3;
  margin: 0px 0px 0px 20px;
}

h2.lyrics {
  color: #DDD3FE;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

h2 span {
  color: #e6e6b5;
}

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

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

ol {
  list-style-type: thai;
}

li {
  color: #f596ff;
  margin: 0px 0px 0px 20px;
}

ol h2 {
  margin: 0px 0px 30px 20px;
  color: #fae1ba;
}

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

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

u > em {
  background-color: #b700c9;
  color: #fac9ff;
}

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

.audioTimeLineModule {
  background-color: #880096;
}

.timeMark {
  background-color: #5a0063;
}

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