@media print {

body {
  margin: 3cm auto;
  width: 15cm;
  font-size: 12pt;
  font-family: "Hoefler Text", "Georgia", serif;
  line-height: 140%;
  color: #000;
  background-color: #fff;
  text-align: left;
}

h1 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0;
}

:link, :visited {
  text-decoration: none;
  color: #006
}

[href^=http]:after {
  content: " <" attr(href) ">";
  font-size: 0.7em;
}

#navigation {
  display: none;
}

h2 {
  font-family: "Gill Sans", "Corbel", "Trebuchet MS", sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  margin: 2em 0;
}

.vcard .fn {
  display: none;
}

table {
  margin: 0;
  padding: 0;
}

td, th {
  padding-bottom: 0.1em;
  vertical-align: top;
}
th {
  font-weight: normal;
  text-align: right;
  padding-right: 0.3em;
}

address {
  font-style: normal;
}

dl {
  text-align: left;
  margin: 0;
}
dd + dt {
  margin-top: 1em;
}

abbr, acronym {
  outline: none;
  border: none;
}
acronym {
	font-variant: small-caps;
	text-transform: lowercase;
}

code {
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Monaco", 
    "Andale Mono", monospace;
  font-size: 0.9em;
}

}
