/* by cbp 7-22-19 */

html, body { /* reset */
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
    max-width: 960px; /* equal empty space on both sides */
    margin-right: auto;
    margin-left: auto;
    
}

body {
    /*font-family: serif;*/

    font-family: Helvetica; Arial; sans-serif;
    font-size: 15px;
}

a {
    color: blue;
}

header {
    text-align: center;
}

header h1 {
    color: blue;
}

header #index {
     margin-top: -15px; 
}


footer {
    text-align: center;
}

section {
    margin-bottom: 30px;
    margin-top: 45px;
}

/*section h1 {
    font-size: 28px;
}*/

#list ol ol {
    list-style-type: lower-alpha;
}

#list ol ol {
    margin-bottom: .25em;
}

