/* General Style */
body {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
} 
body,p,ul,ol,li,div,td,th,address,blockquote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
.header {
  font-size: 12pt;
  font-weight: bold;
}
.notes {
  font-size: 8pt;
}

/* Links */
a., a:link, a:visited, a:active {
  text-decoration: underline;
  background: transparent;
  color: #cc3300;
  font-weight: bold;
}
a:hover {
  color: #cc9966;
}

/* Navigation */
.nav {
  font-size: 9pt;
}

/* Body */
