* {
    font-family: Optima, sans-serif;
    color: #333;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #eeeeee;
}

header {
    background-color: darkslategray;
    text-align: center;
    border-bottom: 1px solid
}

nav {
    padding: 2rem;
}

nav > * {
    font-size: 110%;
    color: white;
}

nav > *:not(:first-child)::before {
    content: '•';
    margin: 0 1rem;
}

nav > span {
    font-weight: bold;
}

nav > a {
    text-decoration: none;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 4rem;
    background-color: white;
}

.title {
    font-family: Palatino, serif;
    text-align: center;
    font-size: 400%;
}

.subtitle {
    color: #555;
    text-align: center;
    font-size: 200%;
    margin-bottom: 0.5rem;
}

.contact-container {
    text-align: center;
}

.contact-container > * {
    margin: 0 1rem;
    white-space: nowrap;
}

h1 {
    font-weight: 500;
    border-bottom: 1px solid #aaa;
    margin-left: -1rem;
    margin-right: -1rem;
}

table {
    line-height: 1.25;
}

td {
    vertical-align: top;
    padding-right: 2rem;
}

.otherInstruments {
    margin: 4px 0 0 4px;
    font-style: italic;
}
