/* style.css - a simple style sheet */
body {
  font-family: Arial;
  background: #FFFFFF;
}
h1 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
h3 {
  font-size: 105%;
  font-weight: bold;
  text-align: center;
}
h4 {
  font-size: 125%;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  color:#151B8D;
}
h5 {
  font-size: 100%;
  text-decoration: underline;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0pt;
  color:#810541;
}
p {
  text-align: justify;
}