
a:visited              { color: aqua; font-size: 10pt }
a:visited.2   { color: blue; font-size: 10pt }
a:link               { color: #ff9; font-size: 10pt; text-decoration: underline }
a:link.2   { color: maroon; font-size: 10pt; text-decoration: underline }
a:hover          { color: red; font-size: 10pt; text-decoration: underline }
a:hover.2 { color: red; font-size: 10pt; text-decoration: underline }
a:active           { color: red; font-size: 10pt; text-decoration: underline }
a:active.2 { color: red; font-size: 10pt; text-decoration: underline }
body              { color: white; font-family: Arial, Helvetica; background-color: black; text-align: center; margin: 0 }
h1      { color: white; font-weight: bold; letter-spacing: normal }
h2      { color: yellow; font-weight: bold; letter-spacing: normal }
h3          { color: red; font-weight: bold; letter-spacing: normal }
h4     { color: aqua; font-weight: bold; letter-spacing: normal }
li        { color: silver; font-weight: normal; font-size: 10pt; line-height: 12pt; text-indent: 0pt; list-style-type: square; list-style-position: outside }
li.no     { color: white; font-weight: normal; line-height: 10pt; background-color: white; text-indent: 0px; list-style-type: square; list-style-position: outside }
ol { list-style-type: disc }
table    { }
td  { text-decoration: none }
th  { color: #003cad; font-weight: bold }
tr  { }
ul          { font-weight: bolder; text-indent: 0px; list-style-type: square; list-style-position: outside }
