/* These are not used by my updated version of sortTable.js
   kept here for historical & reference pusposes only.
*/
table.sortable a.sortheader {
    background-color:#800000;
    color:#FEF4E0;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: #FEF4E0;
    text-decoration: none;
}

