
BODY 



{ background-color: black
   }
H1{     font-family: monospace;
    font-size: 22pt; color: yellow

}
H2{     font-family: monospace; font-size: 12pt; color: white

}
H3{     font-family: monospace; font-size: 9pt; color: white; margin-left: 20px; padding-top: 0px


}
H4{     font-family: monospace; font-size: 8pt; color: white; margin-left: 20px; padding-top: 0px


}


A {
    text-decoration: none;
    }

:link {
    color: blue;
      }    
    
:visited {		
    color: #120cc9;
    
    }    
    
:active {
    text-decoration: blink;
        }    
    
A:hover {
    
    color: white;
    text-decoration: none;
    font-weight: bold;
    }    

.Active {
    font-size: 8pt;
    color: blue;
    }    

.Inactive {
    font-size: 8pt;
    color: #BFBFBF;
    }

body  {
scrollbar-track-color: black;
scrollbar-face-color: white;
scrollbar-highlight-color: black;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: black;
scrollbar-arrow-color: black }