@media print {
    html {
        orphans: 3;
        widows: 3;
    }

    body {
        font-size: 80%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        max-width: 1300px;
    }

    div.top {
        border-style: none;
        height: 175px;
    }

    #title {
        font-size: 100px;
    }

    #title2 {
        font-size: 15px;
        position: relative;
        left: 70px;
        bottom: 35px;
        word-spacing: 3px;
        letter-spacing: 3px;
        color: black;
    }

    ul.nav {
        display: none;
    }

    li.articleList {
        font-size: 120%;
    }

    div.main {
        border-style: none;
    }

    h3 {
        font-size: 170%;
    }

    p {
        font-size: 120%;
    }

    p.articleText1 {
        font-size: 130%;
    }

    table, th, td {
        border-style: none !important;
    }

    div.footer {
        page-break-before: always;
        opacity: 1;
    }

    p.footerTitle {
        font-size: 120%;
    }

    p.footer {
        font-size: 110%;
    }

    p.footerText {
        font-size: 100%;
    }

    .footer p {
        color: black;
    }

    form {
        display: none !important;
    }

    nav.bottom {
        display: none;
    }
}
