

h1, h2, h3, h4, p, span, li, strong {
    color: black;
}

a {
    color: blue;
}

body {
    font-size: 14px;
}

table.sortable thead {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    cursor: default;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE";
}
