#header, #footer, img, .noprint {display: none}

body {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  background-color: #fff;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3 {font-weight: normal}
h1 {font-size: 2em}
h2 {font-size: 1.5em;}
h3 {font-size: 1.17em;}

hr {
  height: 1px;
  border-bottom: 1px dotted #bbd;
}

code, pre {
  font-family: monospace;
  font-size: 1.2em;
}

table {
  border: 0;
  font-size: 100%;
}

table td {padding: 0.5em}

.emph {font-weight: bold}

