body {
    font-size: 1em;
    text-align: justify;
    margin-left: 8%;
    margin-right: 8%
    }
h1 {
    font-size: 115%;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em
    }
h2 {
    font-size: 110%;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 2em;
    line-height: 1.5em
    }
h3 {
    font-size: 110%;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 1em
    }
h4 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em
    }
h5 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
a:focus, a:active {
    background-color: #fe6
    }
hr.small {
    width: 20%;
    text-align: center
    }
hr.dotted {
    width: 50%;
    text-align: left;
    border-style: dotted;
    margin-left: 0;
    margin-top: -0.5em
    }
ul.none {
    list-style-type: none
    }
sup {
    line-height: 0
    }
p {
    text-indent: 1em
    }
table.feuillet {
    border-collapse: collapse;
    table-layout: fixed;
    width: 90%;
    margin-left: 5%;
    margin-top: 2em;
    margin-bottom: 1.5em;
    border-width: 2px;
    border-style: solid;
    border-color: black
    }
table.cost {
    border-collapse: collapse;
    table-layout: fixed;
    width: 90%;
    margin-left: 10%;
    margin-top: 2em;
    margin-bottom: 1.5em
    }
.pagenum {
    visibility: hidden;
    text-align: right;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #C0C0C0;
    background-color: inherit
    }
.p2 {
    margin-top: 2em;
    margin-bottom: 1em
    }
.p4 {
    margin-top: 4em;
    margin-bottom: 1em
    }
.center {
    text-align: center;
    text-indent: 0
    }
.noindent {
    text-indent: 0
    }
.right10 {
    text-align: right;
    margin-right: 10%
    }
.poemright {
    text-indent: 0;
    text-align: right;
    font-size: 95%
    }
.poem {
    text-indent: 0;
    margin-left: 10%;
    font-size: 95%
    }
.poem30 {
    text-indent: 0;
    margin-left: 30%;
    font-size: 95%
    }
.poem50 {
    text-indent: 0;
    margin-left: 50%;
    font-size: 95%
    }
.resume {
    text-indent: 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1em;
    margin-bottom: 2em
    }
.quote {
    margin-left: 5%;
    font-size: 95%;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
.toc {
    margin-left: 10%;
    margin-right: 10%;
    text-indent: 0
    }
.toc p {
    text-indent: 0
    }
.add3em {
    margin-left: 3em
    }
.add4em {
    margin-left: 4em
    }
.smcap {
    font-variant: small-caps;
    font-size: 95%
    }
.smaller {
    font-size: smaller
    }
.small {
    font-size: 70%
    }
.font105 {
    font-size: 105%
    }
.font110 {
    font-size: 110%
    }
.figcenter {
    margin: auto;
    text-align: center
    }