body {
    max-width: 40em;
    margin: 0 auto
    }
div.section {
    margin-top: 5em
    }
h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    max-width: 20em;
    margin: 3em auto
    }
h2 {
    text-align: center;
    font-weight: normal
    }
h3, h4 {
    font-weight: normal
    }
p u {
    font-variant: small-caps;
    text-decoration: none
    }
div.header {
    margin-bottom: 1em
    }
p {
    margin: 0.3em 0;
    text-align: justify
    }
div.header p {
    text-align: center
    }
article > div p {
    text-indent: 1em;
    margin: 0
    }
article > div i {
    font-style: normal
    }
article > div.versus {
    margin-left: 3em;
    font-style: italic
    }
article::before {
    content: "";
    display: block;
    width: 5em;
    margin: 2em auto;
    border-top: 1px solid #000
    }
article h2 {
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
    margin: 2em
    }
.finis {
    text-align: center;
    margin: 2em auto;
    font-style: italic
    }
.content a {
    text-decoration: none
    }
#versions {
    text-align: center
    }
#versions a {
    text-indent: 0;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em;
    background-color: #000;
    color: #FFF
    }