body {
  background: white;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 9pt 
}

body a:link, body a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

body a:link:after, body a:visited:after {
  content: " (" url(../images/print_arrow.gif) attr(href) ") ";
  font-weight: normal;
  font-size: 80%
}

h1 {
  font-size: 13pt;
  border-bottom: 1px solid #666;
  padding-bottom: 3pt;
}

h2 {
  font-size: 11pt;
  border-bottom: 1px solid #666;
  padding-bottom: 3pt;
}

h3 {
  font-size: 9pt;
  border-bottom: 1px solid #666;
  padding-bottom: 3pt;
}

p {
  margin: 7pt 0;
}
