body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    background-color: #FFFFCC;
}

a:hover {
    background-color: transparent;
    color: #A07F3F;
    text-decoration: none;
}

a:visited {
    background-color: transparent;
    color: #993300;
    text-decoration: none;
}

a:link {
    background-color: transparent;
    color: #A07F3F;
    text-decoration: none;
}

a:before {
    background-color: transparent;
    color: #A07F3F;
    text-decoration: none;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

