.printArea {
    background: #ffffff;
}
@media print {
    body {
        background: #ffffff;
    }

    #printArea {
        background: #ffffff;
    }
}
