body {
        color: #000000;
        background: #FFFFFF;
        font-family: Arial, serif;
        font-size: 12pt;
}

a {
        text-decoration: underline;
        color: #0000FF;
}
                                                                                                                                                             
#pagebreak {
        page-break-before: always;
}

#pagebreakblock {
        page-break-before: always;
        display: block;
}

#print {
	display: visible;
}

#screen {
	display: none;
}
