#doc {
    font-family: Arial;
    font-size:medium;
}
#doc section {
    background-color:#f2e5bf;
    position:relative;
    padding-top:8px;
    padding-bottom:8px;
}
#doc section span {
    position:absolute;
    color:#002c73;
    right:4px;
    top:4px;
}
#doc strong {
    color:#002c73;
    display:block;
    margin-top:8px;
}
    #doc hr {
        border-style: solid;
        border-width: 1px;
        border-color: black;
        color: black;
    }

    #doc h1 {
        font-size:xx-large;
        border-bottom-style:none;
        text-transform:none;
        text-align: center;
        color:#002c73;
        margin-bottom:8px;
        padding-bottom:0px;
    }

    #doc h2 {
        font-size:x-large;
        text-align: center;
        border-style: none;
        color:#002c73;
        margin-top:0px;
        margin-bottom:8px;
    }

    #doc h3 {
        font-size:large;
        text-align: center;
        color:#002c73;    
        margin-bottom:24px;
    }

    #doc h4 {
        margin: 10px 10px 30px 10px;
        border: solid 1px black;
        background-color: #cd9700;
        padding: 3px;
        text-align: center;
        font-size: large;
        font-weight: bold;
        position: relative;
        color: white;
    }

        #doc h4 img {
            position: absolute;
            right: 0px;
            top: 3px;
            color: black;
        }

    #doc h5 {
        font-size: large;
        font-weight: bold;
        text-align: center;
        margin: 16px 0px 16px 0px;
        color:#cd9700;
    }

    #doc p {
        margin: 0px 10px 0px 10px;
        text-align: justify;
    }

    #doc h6 {
        border: none;
    }