body {
    font: 13px Arial;
    color: #252525;
    line-height: 18px;
    }
a {
    color: #6a911e;
    }
a:hover {
    text-decoration: none;
    color: #a52027;
    }
table {
    width: 100%;
    border-collapse: separate;
    }
    thead th {
        margin: 1px;
        padding: 3px;
        border: solid #ccc 1px;
        background: #cee3a5;
        color: #333;
        text-align: center;
        }
    tbody th, tbody td {
        margin: 1px;
        padding: 3px;
        border: solid #ddd 1px;
        }