/* 
 * print css styles 
 */

body {
    margin: 0.5in;
    font-family: times, "times new roman", "microsoft sans serif";
    font-size:12pt;
    color: #000000;
    background-color: #ffffff;	/* white */
}

#header, #nav, #footer, #logo {
    display: none;
}

p {
    text-indent: 20px;
    page-break-inside: avoid;
    line-height:1.5em;
}

