<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  font-family:system, -apple-system, "San Francisco",
              "Roboto", "Segoe UI", "Helvetica Neue", ".SFNSText-Regular",
              "Lucida Grande";
  line-height: 150%;
}

/* p{ */
/*   font-family: serif; */
/* } */

a, a:visited, a:link{
  color: navy;
  text-decoration: none;
}


body{
  padding: 1ex;
  max-width: 60em;
}


header h1{
  font-size: 32pt;
}

header h2{
  font-size: 24pt;
}

section h1{
  font-size: 24pt;
}

section h2{
  font-size: 18pt;
}

/* section h2, section h3{ */
/*   text-align: left; */
/* } */


body &gt; section{
  border-top: dashed;
  border-width: 2pt;
  border-color: grey;
  padding-bottom: 2em;
}

.emph{
  font-weight: 600;
}

.center{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h1, h2{
  text-align: center;
  line-height: 150%;
}
</pre></body></html>