html {
  font-family: 'Quicksand', sans-serif;
}

body {
  padding: 0px 40px;
  margin: 40px auto;
  max-width: 800px;
  font-size: 12pt;
}

p {
  text-align: justify;
  text-justify: inter-word;

  page-break-before: avoid;
  page-break-inside: avoid;
  page-break-after: auto;
}

blockquote {
  position: relative;
  left: 50%;
  width: 50%;
  border-left: 1px solid #ccc;
  padding: 5px 0px 5px 15px;
}

@media (max-width: 500px) {
  blockquote {
    left: 0%;
    width: 100%;
  }
}


blockquote h1 {
  text-align: left;
  font-weight: bold;
  font-size: 18pt;
  margin: 0px;
}

blockquote ul {
  list-style-type: none;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

h1 {
  text-align: center;
  margin-top: 50px;
}

h2 {
  border-left: 1px solid #ccc;
  padding: 5px 0px 0px 15px;
  margin: 50px 0px 0px 0px;

  page-break-before: auto;
  page-break-inside: avoid;
  page-break-after: avoid;
}

h3 {
  border-left: 1px solid #ccc;
  padding: 0px 0px 5px 15px;
  margin: 0px 0px 10px 0px;
  color: #666;
  font-size: 10pt;

  page-break-before: avoid;
  page-break-inside: avoid;
  page-break-after: avoid;
}

@media print {
  h4 {
    display: none !important;
  }
}

h4 {
  text-align: center;
  font-size: 10px;
}

h4 a {
  color: #ccc;
}

h4 a:hover {
  color: red !important;
}

h4 a:visited {
  color: #ccc;
}


a {
  color: red;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

a:visited {
  color: red;
}

a:active {
  color: red;
}
