h1, h2, h3, h4 {
  margin-left: 35px;
  margin-right: 40px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-family: sans-serif;
  text-align: center;
  color: #11223d;
  font-weight: bold;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 13px;
}

h4 {
  font-size: 11px;
}

p {
  margin-top: 15px;
}

p, li {
  margin-left: 35px;
  font-family: Verdana, Lucida, sans-serif;
  font-size: 11px;
  text-align: justify;
  padding-right: 40px;
  font-weight: normal;
}

p a, li a {
  color: #4152ad;
  font-weight: bold;
  text-decoration: none;
}

h2 a {
  text-decoration: none;
  color: #11223d;
}

ol {
  margin-left: 20px;
  font-size: 11px;
  font-family: Verdana, Lucida, sans-serif;
}

tr.error td {
  font-weight: bold;
  color: #C00;
  font-size: 14px;
}

