/*
 * Print style sheet for amweek.
 * Author: Josh Kline
 */

body {
    font-family: "Calligraphic 421 BT", serif;
}

/* Hide the banner */
h1 img {
    display: none;
}

/* Hide the navigation menu */
#navcontainer {
    display: none;
}

#footer, #othercontent {
    border-top: 2px solid #000;
    margin-top: 1em;
}
