@media print {
/* put print styles here */
body * {
    color: red;
}
    


             }
