body {
  font-family: arial, lucida, helvetica, sans-serif;
  background-color: white;
  color: black;
  padding: 0px;
  margin: 0px;
  font-size: 12pt;
}

a:link { color: #528A63; }
a:visited { color: #317D7B; }
a:active { color: #428E8C; }

h1 {
  font-size: 14pt;
}
h2 {
  font-size: 12pt;
  margin-top: 14pt;
  margin-bottom: 4pt;
}

p, ul, dl {
  margin-top: 4pt;
  margin-bottom: 4pt;
}
