@media print
{
  body
  {
    background-color:red;
  }
  
  h1
  {
    color:red !important;
  }
}