/* Welcome to Susy. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
#skip-links, nav {
  display: none;
}

body {
  font-family: "Museo Slab 500", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  background: white;
  color: black;
}

#page {
  width: auto;
  border: 0;
  margin: 0 15%;
  padding: 0;
  float: none !important;
  background: transparent;
}
#page a:link:after, #page a:visited:after {
  content: " (" attr(href) ") ";
}
