body {
    font: 10pt "Bitstream Vera Serif", serif;
    background-color: #fbfbf4;
    color: Black;
    margin: 1em 5em 2em 5em;
    width: 50em;
    padding: 0;
}

h1 {
    font: bold 24pt "Bitstream Vera Sans", sans;
}

h2 {
    font: bold 16pt "Bitstream Vera Sans", sans;
}

ul {
    list-style-type: square;
}

#authors ul {
    list-style-type: none;
}

