body {
    color: black;
    background-color: #e9e1bc;
    margin: 2ex 3ex 3ex 3ex;
}
H1 {
    font-size: 200%;
    text-align: center;
    margin-bottom: 1.5ex;
    font-family: sans-serif;
}
H2 {
    font-size: 150%;
    text-align: left;
    margin-bottom: 1.5ex;
    font-family: sans-serif;
}
UL.nodot {
    list-style-type: none;
}
UL.nodot LI {
    padding-left: 4em;
    text-indent: -4em;
    margin-top: 1ex;
}
DIV.idtop {
    background-color: #e5d695;
    color: black;
    margin: 0mm 0mm 4ex 0mm;
    padding: 1.5ex 1ex 1.5ex 1ex;
    font-family: sans-serif;
}
