h1 {
  border: 8pt dotted #ffcccc;
  color: #cc33cc;
  text-align: left;
  font-weight: bold;
  font-size: 2em;
  font-family: sans-serif;
}
h2 {
  font-family: sans-serif;
  font-weight: bold;
  line-height: 0em;
  font-size: 1.6em;
  color: red;
  text-align: left;
  text-decoration: underline;
}
body {
  font-size: 1em;
  font-family: sans-serif;
  text-align: justify;
}
