p {
    margin-top: 0.5em;
    text-align: justify;
    margin-bottom: 0.5em
    }
body {
    margin-left: 11%;
    margin-right: 10%;
    max-width: 30em
    }
table {
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
h1 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    clear: both
    }
h2 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0;
    clear: both
    }
h3 {
    text-align: center;
    margin-top: 0.5em;
    font-weight: normal;
    clear: both
    }
a {
    text-decoration: none
    }
table p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
    }
h2.toc {
    margin-top: 1em
    }
td.tdright {
    vertical-align: top;
    text-align: right
    }
td.tdleft {
    vertical-align: top;
    text-align: left
    }
.caption {
    font-size: 80%
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.center {
    text-align: center
    }
.pagenum {
    display: inline;
    font-size: x-small;
    text-align: right;
    border: 1px solid #eee;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    color: silver;
    background-color: inherit
    }
hr.major {
    width: 65%;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.pagebreak {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border: none;
    border-bottom: 1px solid #ccc
    }
a.pagenum:after {
    border: 1px solid silver;
    content: attr(title)
    }
p.xl {
    font-size: x-large
    }
p.l {
    font-size: large
    }
p.s {
    font-size: small
    }
p.xs {
    font-size: x-small
    }
p.c {
    text-align: center
    }
p.b {
    font-weight: bold
    }
p.i {
    font-style: italic
    }
p.sc {
    font-variant: small-caps
    }
p.m0 {
    margin: 0
    }
p.al {
    text-align: left
    }
p.j {
    text-align: justify
    }