body {
 background-color: #000000;
 scrollbar-base-color: #9d999b;
 scrollbar-3d-light-color: #242121;
 scrollbar-highlight-color: black;
 scrollbar-arrow-color: white;
 scrollbar-face-color: #4b4545;
 scrollbar-shadow-color: #242121;
 scrollbar-dark-shadow-color: #4c5a89;
 scrollbar-track-color:gray;
}
table {
 font-family: sans-serif;
 color:white;
 font-size: .75em;
}
.title {
font-size: 1.5em;
}
/* sets hyperlink values for all pages */
a:link {color:#99ccff; text-decoration: none}     /* unvisited link */
a:visited {color:blue; text-decoration: none}  /* visited link */
a:hover {color:white; text-decoration: underline}   /* mouse over link */
a:active {color:#ffffcc; text-decoration: none}   /* selected link */