/*
 * Print styles for Engarde
 *
 * The only thing we really need to override are the font and font size
 */

body {
  font-family: "Arial, Helvetica, Sans Serif", serif;
  font-size: 11pt;
}