h1 {
  font-size: 18px;
  font-weight: bold;
  color: #00A6EB;

  margin-bottom: 13px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #00A6EB;

  margin-bottom: 10px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #00A6EB;

  margin-bottom: 7px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  color: #00A6EB;

  margin-bottom: 5px;
}

p {
  line-height: 130%;
}

a:link, a:visited, a:active {
  color: #00A6EB;
  text-decoration: none;
}

a:hover {
  color: #00A6EB;
  text-decoration: underline;
}

.lightblue {
  color: #00A6EB;
}

.white {
  color: #FFFFFF;
}