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

.imgDiv {
  display: block;
  width: 100%;
  max-width: 1200px;
  background-color: #425D70;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
}

.imgDiv img {
  width: 100%;
}

p {
  font-size: 2.5rem;
  color: #8a7d78;
}

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

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

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

h2.eng {
  line-height: 3.2rem;
  margin-bottom: 10px;
  color: #80907b;
}

h2.kru {
  color: #7bab87;
  margin-bottom: 0px;
}

h2 span {
  color: #7bab87;
}

ul, ol {
  font-size: 3rem;
  line-height: 1.7em;
  color: #bff3ff;
  margin: 20px 40px 20px 20px;
}

ol {
  margin-left: 30px;
  list-style-type: thai;
}

ol span {
  color: #7bab87;
}

ul.ex {
  color: white;
}

ul.ex span {
  color: #5b6857;
}

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

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

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

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