<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    background-color: #181C18;
    color: #fff;
}

.frame1 { background-color: #282C28; }
.frame2 { background-color: #080C08; }

.inside {
    background-color: #F7F7F7; 
    color: #000;
}
.inside p {
    padding: 5px 20px;
    line-height: 120%;
    text-align: left;
    font-family: 'Kalam', cursive;
}
.inside p:first-child { padding-top: 20px; }
.inside p:last-child { padding-bottom: 20px; }
.contactText {
    font-family: 'Kalem', cursive;
    font-size: 1.5em;
    vertical-align: top;
    color: #ef8a5a;
}
.contactText a {
    color: #ef8a5a;
    text-decoration: none;
}
.contactText a:hover { text-decoration: underline; }
.contactText a:active { text-decoration: underline; }

.contact	{
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    background-color: #181C18;
    color: #EF8A5A;
}
a.contact {
    font-family: Veranda, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 400;
    color: #EF8A5A;
    text-decoration: none;
}
a.contact:hover { text-decoration: underline; }
a.contact:active { text-decoration: underline; }

.legal {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: 400;
    color: #EF8A5A;
}
a.legal {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: 400;
    color: #EF8A5A;
    text-decoration: none;
}
a.legal:hover  { text-decoration: underline; }
a.legal:active { text-decoration: underline; }
</pre></body></html>