/*
INFORMATION:
This is the stylesheet for printing the page.
A good idea is to set the background to white and the text to black.
*/


html, body, *, div, table, td{
background-color:#fff;
color:black;
background-image:none;
}