
a:visited  { color: navy; font-weight: bold; text-decoration: underline }
a:link  { color: navy; font-weight: bold; text-decoration: underline }
a:hover   { color: gray; font-weight: bold; text-decoration: underline }
body          { color: black; font-size: 10pt; font-family: Arial; background-color: silver; border: navy; position: absolute; top: 15px; left: 15px }
h1      { color: white; font-weight: bold; font-size: 12pt; background-color: gray; text-align: center; text-indent: 3px; vertical-align: middle; margin: 5px; padding: 5px; border: groove 1px black; width: 100%; height: auto }
h2   { color: black; font-weight: bold; font-size: 11pt; background-color: #a9a9a9; 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 }

