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

h1 {
    background-color: #FF0000;
    border-style: solid;
    border-color: #000000;
    color: #000000;
    padding: 10px;
    margin-bottom: 0px;
    text-align: center;
}

h2 {
    font-family: sans-serif;
    font-weight: bold;
    background-color: #00FF00;
    border-style: solid;
    border-color: #000000;
    color: #000000;
    padding: 5px;
    text-align: center;
}

h3 {
    font-family: sans-serif;
    font-weight: bold;
    background-color: #00FF00;
    border-style: solid;
    border-color: #000000;
    color: #000000;
    padding: 3px;
    text-align: left;
}

h4 {
    font-size: 125%;
}

pre {
    background-color: #e0e0e0;
    color: #000000;
    padding: 5px;
    margin: 2px;
}

hr {
    background-color: transparent; 
    color: #000000;
    width: 98%;
}

table.ChilliSpotNav {
    background-color: transparent;
    border-style: none;
    color: #000000;
    width: 100%;
}

table.ChilliSpotNav td {
    font-family: sans-serif;
    font-weight: bold;
    border-style: none;
    vertical-align: bottom;
    text-align: center;
    padding: 2px;
}

table.ChilliSpotNav td.activePage {
    font-weight: bold;
}

td.news {
    background-color: #cccccc;
}

a.ChilliSpotNav {
    background-color: transparent;
    color: #000000;
    text-decoration:none;
}

a.ChilliSpotNav:hover {
    background-color: transparent;
    color: #539d39;
    text-decoration:none;
}

a.ChilliSpotNav img {
    padding: 3px;
    border-style: none;
    border-width: 3px;
    border-color: #539d39;
}

a.ChilliSpotNav:hover img {
    border-style: solid;
    border-width: 3px;
    border-color: #539d39;
} 

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