body {
    font-family: arial, helvetica;
    background-color: #eeeeee;
}

#title {
    background-color: #eeeeee;
}

#title h1 {
    /* margin: 0; */
    width: 800px;
    border-bottom: 1px solid black;
}

#main {
    margin-left: 2em;
}

table {
    background-color: #ddeeee;
}

div.listblock {
    /*float: left;*/
    background-color: #ddeeee;
    width: 33em;
    margin: 1em;
    padding: 0.1em 1em 1em 1em;
    border: 1px solid gray;
}

.listblock h2 {
    color: black;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid black;
    font-size: 1.25em;
}

.listblock span.description {
    font-style: italic;
    font-size: 1.0em;
}

.listblock ul {
    margin: 0.5em 0 0.5em 0 ;
    list-style-type: square;
}

.listblock li {
    margin: 0.20em 0;
}

.listblock code {
    /*border: 1px dashed gray;*/
    background-color: #ccdddd;
}
