body {
  font-family: serif;
  font-size: 100.1%;
  color: #000000;
  background-color: #FFFFFF;
 }

table {
  page-break-before: avoid;
  page-break-after: avoid;
 }

p {
  font-family: serif;
  font-size: 1em;
  text-align: justify;
  line-height: 15px;
 }

p.lead {
  font-family: serif;
  font-size: 1em;
  font-weight: bold;
  text-indent: 0px;
  text-align: left;
  line-height: 20px;
 }

h1 {
  font-family: serif;
  font-size: 1.3em;
  font-weight: bold;
 }

h2 {
  font-family: serif;
  font-size: 1.2em;
  font-weight: bold;
 }

h3 {
  font-family: serif;
  font-size: 1.1em;
  font-variant: small-caps;
  font-weight: normal;
 }

td {
  font-family: serif;
  font-size: 1em;
  color: #000000;
 }

p.picturetext, p.copyright {
  font-family: serif;
  font-size: 0.9em;
  padding: 4px;
 }

a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
 }

.rightfloat {
  float: right;
  margin: 0px 0px 0px 7px;
 }

.leftfloat {
  float: left;
  margin: 0px 7px 0px 0px;
 }

.small {
  font-size: 0.8em;
 }

p a:link:after, p a:visited:after {
  content: " [ Link " attr(href) "] ";
  }
