/* print.css */
   
body {
 background: white;
 color: black;
 font-family: 'Times New Roman', serif; 
}

#topbar, nav, footer { 
 display: none;
}
header {
 box-shadow: none;
}
