body {background-color: #000000; color: #006400; font-family: Century Gothic, Helvetica, Verdana, Arial}



h1 {font-family: RomulanFalcon; font-size: 26pt; text-align: center; font-weight: bold}

h2 {font-family: RomulanFalcon; font-size: 20pt; text-align: center; font-weight: bold; text-decoration: underline}

h3 {font-family: RomulanFalcon; font-size: 18pt; text-align: left; font-weight: bold; text-decoration: underline}
h6 {font-family: Century Gothic, Helvetica, Verdana, Arial; font-size: 12pt; text-align: left; font-weight: bold}



p, dt, dd, th, td {font-size: 12pt}





/* Custom Scroll Bar Properties*/
/* Size */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 10px 10px #000000; 
    border-radius: 0px;
}
 
/* Slider */
::-webkit-scrollbar-thumb {
    background: #006400; 
    border-radius: 0px;
}

/* Hover over Slider */
::-webkit-scrollbar-thumb:hover {
    background: #FFD700; 
}

/* Buttons */
::-webkit-scrollbar-button {
    background: #99FF99; 
    width: 15px;
    height: 15px;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #000000; 
    border-radius: 0px;  
}

