/*
** helpful -- http://www.htmlhelp.com/reference/css/
*/

/* simple printer style for the coupon */

BODY {
    background: white;
    color: black;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

A { text-decoration: none; }

.content { padding: 0 1em 0 1em; }

P.main {
    margin-right: 1em;
    text-align: justify;
}

H2 { display: none; }

.navmenu { display: none; }

.navinfo {
    border-right:1px solid black;
    text-align: center;
    font-size: smaller;
    display: none;
}

P.footer { display: none; }

.headermain { display: none; }

P.noprint {display: none; }

