<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
background-color:#2268ad;
}
.menu-container {
border-bottom:2px solid #2268ad;
}
.menu-container ul.site-menu li span a,
.menu-container ul.site-menu li span span {
text-shadow:none !important;
}

.ce-button {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    text-align: center;
    border-color: #666666;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    display: inline-block;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.41, #FDFDFD), color-stop(1, #D6D6D6) );
    background-image: -webkit-linear-gradient(bottom, #FDFDFD 41%, #D6D6D6 100%);
    background-image: linear-gradient(to bottom, #FDFDFD 41%, #D6D6D6 100%);
    white-space: nowrap;
    cursor: pointer;
    font-family: arial, sans-serif;
    transition: all .5s ease;
}

a.ce-button {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background-color: #d30100;
    border-radius: 20px;
    border-width: 2px;
    border-color: #000000;
    background-image: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

footer {
    background-color: #000000;
}

ul.site-menu li span a, ul.site-menu li span span {
    display: block;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-family: arial;
}</pre></body></html>