body {
    background-color: #2F4F8F;
    color: black;
}

a {
    background-color: transparent;
    color: #002266;
    font-style: italic;
    text-decoration: underline;
}

img {
    border: none;
    padding: 0 0 0 0;
}

p {
    text-align: justify;
}

p.heading {
    padding: 3px 15px 3px 15px;
    background:#2F4F8F;
    color: white;
    font-weight: bold;
}

p.footer {
    text-align: center;
    color: #808080;
    margin-top: 1em;
    font-size: 6pt;
}

.mainBox {
    background-color: white;
    border: 4px solid black;
    margin: auto;
}
