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