body {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #d7d8dd;
}

.lato-thin {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: italic;
}

#divbodyholder {
    padding: 0px;
    background-color: #DDD;
    width: 100%;
    max-width: 964px;
    margin: 24px auto;
    box-sizing: border-box;
}

#divbody {
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 0px 9%;
    top: 0;
    box-sizing: border-box;
}

.content {
    margin-bottom: 5%;

}

.nomargin {
    margin: 0;
}

.description {
    margin-top: 10px;
    border-top: solid 1px #666;
    padding: 10px 0;
}

h3 {
    font-size: 22pt;
    line-height: 1.3;
    width: 100%;
    font-weight: bold;
    margin: 32px 0 0;
}

h4 {
    font-size: 14pt;
    width: 100%;
    font-weight: bold;
    margin: 32px 0 0;
}

.clear {
    clear: both;
}

#footer {
    padding-top: 10px;
    padding-bottom: 18px;
    border-top: solid 1px #666;
    color: #333333;
    text-align: center;
    font-size: 12px;
    font-family: "Courier New", "Courier", monospace;
}

a {
    text-decoration: none;
    color: #0d6ccb !important;
}

a:visited {
    text-decoration: none;
    color: #0d6ccb !important;
}

blockquote {
    background-color: #f9f9f9;
    border-left: solid 4px #e9e9e9;
    margin-left: 12px;
    padding: 12px 12px 12px 24px;
    box-sizing: border-box;
}

blockquote img,
blockquote iframe {
    margin: 12px 0;
    max-width: 100%;
}

/* Target em tags that come after images within the same paragraph */
p img+em {
    display: block;
    font-style: normal;
    /* This removes the italics */
    text-align: left;
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}