<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    margin: 0 !important;
}
body {
    background: none repeat scroll 0 0 #ffffff;
}
#page-wrap {
    max-width: 983px;
    min-width: 983px;
    margin: 0 auto;
}
#title {
    font-family: Bell MT;
    font-size: 22px;
    font-weight: bold;
    margin-top: -5px;
    padding: 10px;
}
#title, h1 {
    background: none repeat scroll 0 50% rgb(149, 179, 215);
    border-style: solid;
    border-width: thin;
    text-align: center;
}
#content {
    border-style: solid;
    border-width: thin;
    overflow: hidden;
}
#left_side {
   float: left;
    margin-top: -1px;
    width: 480px;
}
h1 {
    border-left: medium none !important;
    border-right: medium none !important;
    font-size: 18px;
    margin: 0;
    padding: 5px;
}
.block {
    text-align: center;
}
.block_content {
    padding: 12px;
}
#right_side {
    border-left-style: solid;
    border-left-width: thin;
    border-right: medium none;
    float: right;
    width: 500px;
}
#left_side, #right_side {
    border-bottom: medium none;
    height: auto;
}
#main_block {
    margin-top: -17px;
}</pre></body></html>