table.mars {
    border-collapse: collapse;
    width: 96%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

table.mars thead th {
    background-color: #023A70;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 8px 6px 4px;
    font-size: 0.85em;
    text-align: left;
}

table.mars tr.even {
    background-color: #819DB8;
    color: #0071BC;
}

table.mars tr.odd {
    background-color: #819DB8;
    color: #FFFFFF;
}

table.mars td {
    padding: 3px;
    color: #FFFFFF;
}

td.marssmall {
    color: #0071BC;
    padding: 20px 10px 0px 10px;
}

table.mars thead th a {
    color: #ffffff;
}

table.mars thead th a:visited {
    color: #ffffff;
}

table.mars thead th a:hover {
    color: #ffffff;
}

table.mars td a {
    color: #ffffff;
}

table.mars td a:visited {
    color: #ffffff;
}

table.mars td a:hover {
    color: #ffffff;
}

