<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
    background-color: #808080;
    font-family: Verdana, Tahoma, Arial;
    font-size: 0.8em;    
    text-align: center;
    margin: 0;
    padding: 0;
}

#container
{
    background-color: #FDFDFD;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}

#pheader
{
    display: block !important;
}

#header
{
    display: none;
}


#top
{
    display: none;
}


#subheader
{
    display: none;
}


#theme
{
    display: none;
}

#content
{
    clear: both;
}

#left
{
    display: none;
}

#middle
{
    width: 100% !important;
    float: left;
    min-height: 0px !important;
    border-left: none !important;
    border-right: none !important;
}
/* for Internet Explorer */
/*\*/
* html #middle {
    height: 0px !important;
}
/**/

#right
{
    display: none;
}

#footer
{
    display: none;
}

#pfooter
{
    margin-top: 15px;
    font-size: 0.8em;
    display: block !important;
}

.MyHeader
{
    font-weight: bold;
    font-size: 1.3em !important;;
    padding: 0px 0px 0px 0px !important;;
}    
</pre></body></html>