<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 100%;
    color: white;
    background-color: #333333;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.50rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 1rem; }

a {
    color: #ffcc00 !important;
}

/* Bg Color: Header and Main Content */
#mainHeader .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #7e0001;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
    z-index: 10000;
}

#mainHeader .navbar ul {
    font-size: 0.90rem;
    text-shadow: 1px 1px 0#500000;
}

#mainHeader .navbar-brand {
    padding: 0;
}

#mainHeader #siteLogoContainer1 #siteSlogan {
    font-size: 0.75rem;
}

#mainBody {
    min-height: 200px;
    color: white;
    background-color: #000000;
}

/* Nav Bar: Main Menu */
ul.navbar-nav li a,
ul.navbar-nav li a:visited {
    color: #ffcc00 !important;
}

ul.navbar-nav li a:hover {
    text-decoration: underline;
}

ul.navbar-nav li a:active,
ul.navbar-nav li.active a {
    color: white !important;
    text-decoration: none;
}

/* Footer: Copyright and Other Links */
#mainFooter {
    font-size: 0.90rem;
}

#mainFooter a,
#mainFooter a:visited {
    color: #ffcc00 !important;
}

#mainFooter a:hover {
    text-decoration: underline;
}

#mainFooter #footerCopyright {
    background-color: #7e0001;
}
</pre></body></html>