/* CSS Document */

body {
  background-color: white;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 14pt; 
}

p {
  text-indent: 0em;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  margin-right: 1em;
  margin-left: 1em;
  font-size: 14pt;
}

.big {
  font-size: 1.8em;
  font-weight: bold;
}

.small {
  font-size: 0.8em;
  font-weight: normal;
}

ol {
  font-size: .8em;
}

ul {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

ul.small {
  font-size: 0.8em;
  font-weight: normal;
}

H1 {
  color: #dc143c;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  background: white
}

H2 {
  color: #000090;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  background: white
}

H3 {
  color: blue;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  background: white
}

.authornote {
  text-indent: 0%;
  margin-left: 40px;
  margin-right: 40px;
  background: #f0f0f0;
  padding: 5px;
  border: 1px solid black;
  font-size: 9pt;
}
