body,
td,
th {
  font-family: 'Book Antiqua', sans-serif !important;
  color: #333333;
  font-size: 20px;
  -webkit-text-size-adjust: none;
}

h1 {
  font-size: 40px;
  font-weight: 300;
}

h3 {
  font-size: 28px;
  font-weight: 300;
}

h4 {
  font-size: 24px;
  font-weight: 300;
}

.pink {
  color: #BE1486;
}

p,
.medspacing {
  line-height: 40px;
}

@media only screen and (max-width: 860px) {
  p {
    text-align: justify;
  }
}