body {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, span, div, ul, li {
    margin: 0;
    padding: 0;
}

.header, .footer {
    width: 100%;
    clear: both;
    padding: 5px;
}

.header {
    margin-bottom: 10px;
    border-bottom: 1px solid Black;
}

.footer {
    margin-top: 20px;
    border-top: 1px solid Black;
}

.header .title {
    font-size: 14pt;
    font-weight: bold;
}

.version {
    font-size: 8pt;
    font-style: italic;
    clear: right;
}

.content {
    margin-left: 12px;
}

    .content h1, .content h2, .content h3, .content h4, .content h5 {
        font-weight: bold;
        margin-bottom: 6px;
        margin-top: 12px;
    }

    .content h1 {
        font-size: 18pt;
        margin-top: 0px;
    }

    .content h2 {
        font-size: 16pt;
        margin-top: 24px;
    }

    .content h3 {
        font-size: 14pt;
    }

    .content h4 {
        font-size: 12pt;
    }

    .content h5 {
        font-size: 10pt;
    }

    .content p, .content ul {
        margin: 6px 0;
    }

    .content ul {
        margin-top: 5px;
        margin-left: 20px;
        list-style-type: disc;
    }

        .content ul li {
            margin-bottom: 5px;
        }

    .content .incomplete {
        font-size: 8pt;
        color: Red;
    }

.section {
    margin-top: 20px;
    margin-left: 10px;
}

    .section p {
        margin-left: 5px;
        margin-top: 10px;
    }

    .section h2 {
        font-size: 10pt;
        font-weight: bold;
    }
