body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif !important;
}

div#header,
div#footer,
div#topnav,
div#subnav,
div#metanav {
  display: none;
}

h1 {
  font-size: 110%;
  font-weight: bold;
  color: #000;
  line-height: 115%;
}
h2 {
  margin-top: 15px;
  font-size: 90%;
  color: #000;
  font-weight: bold;
  line-height: 115%;
}
p {
  font-size: 80%;
  line-height: 125%;
}

a.inline {
  color: #333;
  border-bottom: 1px dotted #333;
}

/* image styles */
img {
  border: none;
}
img.left {
  float: left;
  margin-right: 8px;
}
img.right {
  float: right;
  margin-left: 8px;
}

ol {
  margin: 8px;
  margin-left: 25px;
}
ul {
  margin: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px;
  list-style-type: square;
  list-style-image: none;
}
li {
  margin-left: 0px;
  margin-bottom: 5px;
  font-size: 70%;
  line-height: 125%;
}
