body {
    font-family: 'Roboto Slab', serif;
    background-color: #000000;
    color: #ffffff;
}

body header {
    text-align: center;
}

body header h1 {
    font-size: 48pt;
}

body header h2 {
    font-size: 36pt;
}

body header h3 {
    font-size: 24pt;
}

body section h3 {
    font-size: 24pt;
    text-align: center;
}

body section p {
    font-size: 16pt;
}

#program div {
    font-size: 14pt;
    margin-bottom: 1.5em;
}

#program em {
    color: #888888;
}

#poster div {
    font-size: 14pt;
    text-align: center;
    margin-bottom: 1.5em;
}

a {
    color: #990099;
}

hr {
    margin-bottom: 2em;
}
