<!--
A:link { text-decoration: none; font-weight: bold; color: darkblue }
A:active { text-decoration: none; font-weight:  color: red }
A:visited { text-decoration: none; font-weight: bold; color: darkblue }
A:hover { text-decoration: overline  underline; font-weight: bold; color: darkred }

H1 { font-size: 13pt; font-family: Verdana; color: #black; text-align: center }
H2 { font-size: 12pt; font-family: Verdana; color: #black }
H3 { font-size: 12pt; font-family: Verdana; color: #yellow }
H4 { font-size: 9pt; font-family: Verdana; color: darkblue }

P { font-size: 8pt; font-family: Verdana }
TD { font-size: 8pt; font-family: Verdana }

UL { list-style-type: square; }

-->