<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#top-bar {
    width: 100%;
    background-color: #393;
    color: white;
    height: 44px;
    line-height: 14px;
    z-index: 999;
    position: fixed;
    top: 0px;
}

#top-bar-left {
    float: left;
    padding: 15px;
}

#top-bar-center {
    width: 500px;
    margin: 0 auto 0 auto;
    padding: 15px;
    text-align: center;
}

#top-bar-right {
    float: right;
    padding: 15px;	
}

#top-bar a, top-bar a:visited {
    color: white;
}


.ads {
    margin: 30px 0 30px 0;
}

#mainContent {
    width: 790px;
    margin: 30px auto 0px auto;
    color: #444;
    line-height: 1.7em;
    position: relative;
    
}

a img {
    border: none;
}

a, a:visited {
    color: #333;
}

#top-section {
    text-align: center;
    font-size: 15px;
    padding: 40px;
    color: #555;
}

#top-section a, #top-section a:visited {
    color: #555;
}

h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: normal;
    color: #000;
}

.small-text {
    color: #333;
    font-size: 12px;
    line-height: 1.5em;
    padding: 14px;
    border: 2px solid #C2FFC7;
    background-color: #E8FFEB;
}

.small-text p {
    margin: 0 0 0 0; }

.small-white {
    color: #ded;
    font-size: 10px;
    padding-top: 7px;
}


p {
    margin: 0px 0 14px 30px;
}

#top-left {
    margin:  10px 0 0 0px;
    font-size: 15px;
    width: 250px;
    float: left;
    padding: 14px;
}

#top-left div {
    margin: 0 0 15px 0;
}


.section-topper {
    padding: 5px 5px 5px 0px;
    line-height: 15px;
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.section-topper strong {
    color: black;
}	

ul {
    margin: 0;
    padding: 0 0 20px 30px;
}

li {
    padding: 10px 5px 5px 5px;
    margin: 0;
    line-height: 15px;
}

li.warning {
    color: red;
    font-weight: bold; 
}

li:hover {
    color: #000;
    background-color: #dfd;
}

li a, li a:visited {
    
}


ul.links {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}


#top-middle {
    margin:  10px 0 0 40px;
    font-size: 15px;
    width: 420px;
    float: left;
    color: #000;
}

#top-middle a, #top-middle a:visited {
    color: #666;

}

input {
    padding: 3px;
    font-size: 13px;
}

#top-right {
    margin:  30px 0 0 0px;
    width: 20px;
    float: left;
    background-color: #fff;
}


#quotes {
    color: #ca2f05;
}

#bottom-section {
    padding: 40px 24px 0 0px;
    margin: 0px 0 10px 0;
    min-height: 80px;
}


#footer-bar {
    width: 100%;
    background-color: #393;
    color: white;
    height: 14px;
    line-height: 14px;
    padding: 15px 0 15px 0;
    text-align: center;
    margin: 0;
    z-index: 999;
    position: fixed;
    bottom: 0px;
}
#footer-bar a, #footer-bar a:visited {
    color: white;
}

#waiting-explanation {
    border: 1px solid #393;
    background-color: #f3f3f3;
    width: 450px;
    margin: 0px auto 25px auto;
    padding: 15px;
}


.left-bar div{
    padding: 10px;
}

.dated p {
    border: 15px solid #f00;
    margin: 10px;
    text-align: center;
    font-weight: bold;
}</pre></body></html>