#header *, #footer, #misc, ul.page {
  display: none;
}

#header h1 {
  width: 100%;
  display: block;
  border-bottom: 1px solid #999;
}

body h1, body h2, body h2 a, body h3, body h4 {
  font-weight: bold;
}

body, body * {
  background: #fff;
  color: #000;
  font: 10pt/1.4 verdana,arial,helvetica,sans-serif; 
}

h2 {
  float: left;
}
h2 + h3 {
  float: right;
}
h2 + h3 + * {
  clear: both;
}

a {
  color: #000;
  text-decoration: none;
}
h2 a[href]:after {
  font-weight: normal;
  content: ' (' attr(href) ')';
}
p.details {
  display: none;
}
body.item p.details {
  display: block;
}

p.code-block {
  white-space: pre;
}

body code {
  font-family: "lucida console",monospace;
}

form {
  display: none;
}