body {
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify
    }
p {
    text-indent: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em
    }
dl {
    background-color: white;
    margin-left: 10%;
    margin-right: 10%;
    border: dotted thin;
    padding: 1pt
    }
dt {
    background-color: #c8cece;
    counter-increment: def-num
    }
dt.supp {
    background-color: #ffff80
    }
dt:before {
    content: counter(def-num, decimal) ": "
    }
dd {
    background-color: white;
    text-align: justify;
    margin-right: 2em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
sup {
    font-size: 80%;
    color: red;
    font-weight: bold
    }
td {
    vertical-align: top
    }
a:link {
    text-decoration: none;
    color: red
    }
a:visited {
    text-decoration: none;
    color: red
    }
.smcap {
    font-variant: small-caps
    }
.tiny {
    font-size: 80%
    }
.hebrew {
    font-size: 110%
    }
.menubar {
    text-align: center;
    font-size: 100%;
    text-indent: 0
    }
.notes {
    margin-left: 4em;
    margin-right: 4em;
    font-size: 80%
    }
hr {
    width: 80%;
    margin-top: 2em;
    margin-bottom: 2em
    }
.namedLink {
    color: green;
    font-weight: bold
    }
.pgnum {
    margin-right: -5em;
    color: gray;
    font-size: 80%
    }
.ctr {
    text-align: center
    }
.tnbox {
    border: solid 2px;
    background: #c8cece;
    margin: 1em 10%;
    padding: 1em
    }
div.fig {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }