#header, #footer, #menupanel {
  display: none;
}

body {
  font-family: sans-serif;
  background-color: #f5f5f5;
  font-size: 180%;
  /* font-size: 250%; */
  padding: 4ex;
}

#body a[href]:after {
  content: " [" attr(href) "] ";
}
#body a[href]:after {
  color: #000099;
}
#body a[href]:before {
  display: none;
}

table { 
  font-size: 100%;
  border-spacing: 1ex;
}
th { 
  text-align: left;
  font: bold;
  padding-bottom: 1ex;
}
td {
  vertical-align: top;
}

h1, h2 {
  page-break-before: always;
}

h1, h2, h3, h4, h5, em, strong, dt {
  color: #000099;
}

.title h1, .title h2 {
  padding-top: 30%;
  clear: none;
}
.title a {
  font-size: smaller;
  text-decoration: none;
  color: black;
}
.title a:after {
  display: none;
}
.title {
  width: 100%;
  height: 100%;
  text-align: center;
}

pre {
  font-size: 80%;
  /* background-color: #ccc; */
}
