<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {background-color: #000000; color: #675B1F; font-family: Century Gothic, Helvetica, Verdana, Arial}




h1 {font-family: Drakon; font-size: 26pt; text-align: center; font-weight: bold}

h2 {font-family: Drakon, D, Gaze, Bart; font-size: 20pt; text-align: center; font-weight: bold; text-decoration: underline}

h3 {font-family: Drakon, D, Gaze, Bart; 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 {font-size: 13pt; text-align: justify}

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: #572B07; 
    border-radius: 0px;
}

/* Hover over Slider */
::-webkit-scrollbar-thumb:hover {
    background: #17AF37; 
}

/* Buttons */
::-webkit-scrollbar-button {
    background: #FDAF1B; 
    width: 15px;
    height: 15px;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #000000; 
    border-radius: 0px;  
}

</pre></body></html>