body {
    font-family: "EB Garamond", Garamond, Freeserif, "Noto Serif Light", Georgia, "Times New Roman", serif;
    font-size: 1.5em;
    padding: 3em 1em;
  margin: auto;
  line-height: 1.25;
    max-width: 72ch;
}

table {
    font-family: "EB Garamond", Garamond, Freeserif, "Noto Serif Light", Georgia, "Times New Roman", serif;
    font-size: 1.0em;
}

a:link {
    color: #0000ff;
}

/* visited link */
a:visited {
    color: #808080;
}

/* mouse over link */
a:hover {
    color: hotpink;
    text-shadow: 0 0 0.17em #999
}

/* selected link */
a:active {
    color: orange;
}

p.p1, p.p2 {
    text-indent: 2em;
}

p.p2 {
    margin-top: -1em;
}

p.p3 {
    text-indent: 0em;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

p.p4 {
    text-align: right;
    font-weight: bold;
}

div.center {
    text-align: center;
}

img.pl, img.pr {
    padding: 0.5em 1em;
}

img.pl, img.pln {
    float: left;
}

img.pr, img.prn {
    float: right;
}

img.pl, img.pr, img.prn, img.pln {
    vertical-align: text-top;
}

img.pln, img.prn {
    padding: 0em 1em 0.5em;
}

.c1 {
    text-align: center;
}

.tb1 {
    border: 0.1em solid black;
}

h1 {
    text-align: center;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 120%;
}

h3, h4 {
    font-size: 100%;
}

h4 {
    font-style: italic;
    font-weight: bold;
}

h1, h2, h3 {
    font-weight: bold;
    font-family: "Arial Narrow", "Noto Sans Cond", Tahoma, Verdana, Arial, Helvetica;
    sans-serif; }

.bum {
    margin-bottom: -0.5em;
}
abbr { text-decoration: unset; border-bottom: 2px dashed greem; }