body {
 scrollbar-base-color:silver;
 scrollbar-3d-light-color:silver;
 scrollbar-arrow-color: silver;
 scrollbar-darkshadow-color: silver;
 scrollbar-face-color:white;
 scrollbar-highlight-color:white;
 scrollbar-shadow-color:white;
 scrollbar-track-color:silver;
 color: black;
 background-color: white;
 font-size: 12px;
 font-family: Verdana,Arial,sans-serif;
 text-align: justify;
 line-height: 2em;
 width: 440px;
 margin-left: 12px; padding: 1em;
 padding-right: 0px;
 }
a:link {
 font-weight: bold;
 text-decoration: none;
 color: #848284;
 }
a:visited {
 font-weight: bold;
 color: #848284;
 text-decoration: none;
 }
a:hover {
 font-weight: bold;
 color: #363636;
 text-decoration: none;
 }
a:active {
 font-weight: bold;
 color: gray;
 text-decoration: none;
 }
h2 {
 color: black;
 font-size: 18px;
 }
h3 {
 color: black;
 font-size: 12px;
 font-weight: bold;
 }
ul li {
 list-style: solid;
 margin: 0; padding: 0.2em;
 }
