@media (width >= 50em) {
    body {
        width: 50%;
    }
}
@media (width < 50em) {
    body {
        width: 90%;
    }
}


body {
    margin-left: auto;
    margin-right: auto;
    
    font-family: Helvetica, sans-serif;
    font-size: 12pt;
}

a {
    color: #3366CC;
}

nav .title {
    font-weight: bold;
    font-size: larger;
    float: left;
}

nav {
    text-align: center;
    width: 100%;
    display: table;
    margin-bottom: 3em;
}

nav .links {
    float: right;
}

h1 {
    font-size: large;
}

p {
    text-align: justify;
}

.emph {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.footnotes {
    font-size: small;
    text-align: center;
}
