body {
    background-color: black;
    color: white;
    font-family: arial,helvetica,serif;
    xfont-size: 10px;
    xfont-weight: bold;
    xtext-transform: uppercase;
    scrollbar-base-color: white;
    scrollbar-arrow-color: white;
    scrollbar-face-color: black;
    scrollbar-highlight-color: gray;
    scrollbar-3dlight-color: gray;
    scrollbar-darkshadow-color: black;
    scrollbar-shadow-color: black;
    overflow-x: hidden; 
    overflow-y: auto; 
    }
b {
    font-size: 12px;
    xfont-weight: 900;
    }
table {
    border-color: white;
    }
td {
    font-size: 12px;
    }
a {
    cursor:crosshair;
    color: #222222;
    text-decoration: underline;
    }
a:hover {
    color: #555555;
    text-decoration: underline overline;
    }
  img.spacing {
    margin: 5px;
    vertical-align: middle;
    border-size: 1;
    }
