.header {
  color: 505050;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  font-family: helvetica;
  text-align: justify;
  font-size: 16px;
}

.header2 {
  color: 303030;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  font-family: helvetica;
  text-decoration: underline;
  font-size: 19px;
}

.text {
  padding-left: 4em;
  padding-right: 4em;
  color: 184fa7;
  font-family: helvetica;
  font-weight: bold;
  font-size: 13px;
}

.top {
  color: black;
  font-weight: bold;
  text-align: center;
  font-family: helvetica;
  text-decoration: underline overline;
  font-size: 30px;
}

.tabletop {
  color: 184fa7;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  font-family: helvetica;
  text-decoration: underline;
  font-size: 19px;
}