
a:visited { color: navy; font-weight: bold; text-decoration: underline }
a:link { color: navy; font-weight: bold; text-decoration: underline }
a:hover  { color: navy; font-weight: bold; text-decoration: underline; background-color: red }
body { color: black; font-size: 10pt; font-family: Arial; background-color: red; border: navy; position: relative; top: 15px; left: 15px }
h1 { color: white; font-weight: bold; font-size: 12pt; background-color: navy; text-align: center; text-indent: 3px; vertical-align: middle; margin: 5px; padding: 5px; border: groove 1px black; width: 100%; height: auto }
h2 { color: white; font-weight: bold; font-size: 11pt; background-color: black; text-align: left; text-indent: 3px; vertical-align: middle; margin: 5px; padding: 5px; border: groove 1px black; width: 100%; height: auto }
p { color: black; font-size: 10pt; font-family: Arial; background-color: white; float: none; clear: none; margin: 5px; padding: 5px; border: groove 1px black; left: 15px; width: 100%; height: auto; overflow: auto }
ul    { color: black; font-size: 10pt; line-height: 15pt; font-family: Arial; background-color: white; text-align: left; text-indent: 12pt; float: none; clear: none; margin: 5px; padding: 5px; border: groove 1px black; left: 15px; width: 100%; height: auto; overflow: auto }
