body {
  background-color: #7d9cb1;
  color: #000000;
  margin: 0;
  text-align: justify;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 10pt;
}

h4 {
  font-style: oblique;
  font-weight: normal;
  font-size: 9pt;
}

address {
  color: #333333;
  background-color: transparent;
  text-align: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
}

a:link    { color: #0000aa; background: transparent;
            text-decoration: none;
            border-bottom: 2px solid #00cccc; }
a:visited { color: #003F3F; background: transparent;
            text-decoration: none;
            border-bottom: 2px solid #00cccc; }
a:hover   { color: #FF0000; background: transparent;
            text-decoration: none;
            border-bottom: 2px solid #00cccc; }

table, td {
  text-align: justify;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  border: none 0;
  padding: 0;
  margin: 0;
}

p.small {font-size: 8pt;}
span.marker {background-color: #ffff00;}
