@media print {

        html {
                width: 100%;
        }

        body {
                width: 6.75in;
                background: white;
                border: 0;
                margin: 0;
                padding: 0;
                color: black;
                font-size: 12pt !important;
                text-align: left;
                line-height: 150%;
        }

.outer {
        text-align: center; /* Used to centre page */
}

.page {
        margin: auto; /* Used to centre page */
        text-align: left; /* Otherwise the center (used to centre page) from .outer inherits */
        width: 750px;
}

.content {
        width: 600px;
}

.nav {
        display: none;
}

.navbox {
        display: none;
}

.headline {
        font-size: 20px;
        text-align: center;
}


.drop {
        display: none;
}

.bullet {
        list-style-type: disc;
}

.header {
        font-weight: bold;
        font-size: 50px;
        text-align: center;
        color: black;
}

.headleft {
        font-size: 36px;
        text-align: left;
}

.subtitle {
        font-size: 10px;
        text-align: center;
        color: black;
}
.buttons {
        display: none;
}
}