
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  color: #000;
}
