*, *:before, *:after {
    margin: 0;
    padding: 0;
}

html {
    background: #fff;
}

body {
    font-family: 'Cochin', 'Times New Roman', Times, serif;
    font-size: 1.25em;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #eaeaea;
    margin: 100px 0;
    padding: 25px 10px 35px;
    line-height: 1.2;
}

a, a:active, a:hover {
    color: #000;
    text-decoration: none;
}

p {
    margin: 0 0 1em;
}

main {
    max-width: 600px;
    margin: auto;
    position: relative;
}

header {
    font-family: 'Calibri', 'Open Sans', 'Helvetica', sans-serif;
    margin: 0 0 35px;
}

header img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 15px;
    vertical-align: bottom;
}

header h1 {
    font-weight: normal;
    font-size: 1.4em;
    display: inline-block;
    margin: 10px 0 0;
}

footer {
    font-size: 0.75em;
}

footer span {
    white-space: nowrap;
}

h2 {
    font-size: 1.25em;
    margin: 0 0 1rem;
}

h3 {
    font-size: 1.15em;
    margin: 0 0 1rem;
}

h4 {
    font-size: 1em;
    margin: 0 0 1rem;
}

h5 {
    font-weight: normal;
    text-decoration: underline;
    font-size: 1rem;
}

.legal-text {
    font-size: 1rem;
}

.appendix {
    position: absolute;
    bottom: -70px;
    font-size: 1rem;
    left: 0;
}

.appendix a {
    text-decoration: none;
}
