<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">th.header {
    background: url(../img/bg.gif) center left no-repeat, #f4f4f4;
    cursor: pointer;
}
th.headerSortUp {
    background-image: url(../img/asc.gif);
}
th.headerSortDown {
    background-image: url(../img/desc.gif);
}
</pre></body></html>