@charset "utf-8";
/* CSS Document */

body {
  font-size: 18px;
}

@media print {
  /* print styles go here */
  body {
    font-size: 28px;
  }
}

