body {
    background-color: #ffffff;
    color: #222222;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    hyphens: auto;
    margin: 1em 10% 1em 10%;
    text-align: justify;
    word-break: break-word;
}

h1, h2, h3, h4, h5, h6, .serif {
    font-family: Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

hr {
    background-color: #222222;
    border: none;
    height: 1px;
    margin: 2em 0in 2em 0in;
}

.title {
    text-align: center;
}

.menu {
    border-style: solid none solid none;
    border-width: 1px;
    margin: 2em 0in 2em 0in;
    padding: 1em 0in 1em 0in;
    text-align: center;
}

.menu span {
    margin: 0in 1em 0in 1em;
}

.footnote {
    font-size: 80%;
}

.list > li {
    margin-bottom: 1em;
}

sup {
    vertical-align: top;
    position: relative;
    top: -0.25em;
}
