body {
    margin: 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
}

a:link, a:visited {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header {
    background-color: #b31b1b;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}

#header h1 {
    margin: 0;
    text-align: center;
}

#toc h2 {
    display: none;
}

#toc ul {
    margin: 0;
    padding: 8px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #000000;
    text-align: center;
    list-style: none;
}

#toc ul li {
    display: inline;
    padding: 0 12px;
}

#main {
    padding: 0 16px;
}

#main .figure {
    text-align: center;
    font-style: italic;
}

#main .name {
    color: #b31b1b;
}

#pub-years {
    margin: 0 8px;
    padding: 8px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #000000;
    text-align: center;
    list-style: none;
}

#pub-years li {
    display: inline;
    padding: 0 12px;
}

.bib li {
    margin-bottom: 8px;
}

.bib .title {
    display: block;
    font-weight: bold;
}

.bib .authors {
    display: block;
}

#footer {
    border-top: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #000000;
    padding: 12px 16px;
}

#footer p {
    margin: 0;
}
