<!--
H1 { font-style: normal;
  text-decoration: none;
  color: #000000;
}

H2 { font-style: italic;
  text-decoration: none;
  color: #990000;
}

H3 { font-style: normal;
  text-decoration: none;
  color: #000000;
}

H4 { font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.subtitle { font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #000099;
  font-size: medium;
}

.toc { font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  font-size: small;
}

A:link { font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #000080;
}

A:visited { font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #000080;
}

A:active { font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #000080;
}

A:hover { font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #FF0000;
}

.footer { font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
}
//-->
