<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#topDIv {
    float: left;
    width: 100%;
}
#leftColumn {
    float: left ;
    width: 250px;
}
#middleColumn {
    float: left;
    width: 575px;
    margin-left: 10px;
}
#rightColumn {
    float: left;
    width: 320px;
    margin-left: 10px;    
}

body {
    background-color: #000000;
    color: #d4d4d4;
}
</pre></body></html>