body {
  margin: 16px;
}
.text {
  color: #666666;
  font-family: verdana;
  font-size: 12px;
}

.link {
  color: #BE0027;
  font-family: verdana;
  font-size: 12px;
  text-decoration: none;
}

.link:hover {
  text-decoration:underline;
}


h1 {
  color: #BE0027;
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}

h2 {
  color: #BE0027;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 6px;
  padding-top: 10px;
}

h3 {
  color: #BE0027;
  font-family: verdana;
  font-size: 12px;
  padding-bottom: 6px;
  padding-top: 10px;
}

h4 {
  color: #666666;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 6px;
  padding-top: 10px;
}

