
body {
    font-size: 12pt;
    color: #000;
    background: #fff;
    font-family: "Times New Roman", serif;
}

h1 {
    text-align: center;
}

#main-list {
    font-weight: bold;
    text-align: justify;
}

#main-list p, #main-list ol {
    font-weight: normal;
}

#main-list ol {
    list-style-type: lower-alpha;
}
