@font-face {
    font-family: 'cmu';
    font-weight: 400;
    src: url('fonts/computer-modern/cmunrm.ttf');
}
@font-face {
    font-family: 'cmu';
    font-weight: 700;
    src: url('fonts/computer-modern/cmunbx.ttf');
}
@font-face {
    font-family: 'cmu';
    font-weight: 400;
    font-style: italic;
    src: url('fonts/computer-modern/cmunci.ttf');
}
@font-face {
    font-family: 'cmu_code';
    src: url('fonts/computer-modern/cmuntt.ttf');
}

body {
    font-family: Arial;
}

h1 {
    color: #0b7;
    font-family: Arial;
    font-size: 32pt;
}

#content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

ul#pubsList li {
    margin-bottom: 10px;
}

span.meAuthorList {
    font-weight: bold;
}