body
{
    background-color: white;
    color: black;
    font-family: "Verdana", "Droid Sans", sans-serif;
    font-size: 0.75em;
    text-align: justify;
    width: 550px
}

a
{
    color: #017201;
    font-weight: bold;
    text-decoration: none
}

a:hover
{
    text-decoration: underline
}

table.tabular
{
    border-collapse: collapse;
    border: double 3px #017201;
    width: 100%
}

.tabular thead tr
{
    background-color: #ABD867
}

.tabular th
{
    text-align: center;
    font-weight: bold;
    padding: 3px 2px;
    min-height: 20px;
    border-width: 2px 1px;
    border-color: #438F43
}

.tabular th.lede-cell
{
    border-width: 2px
}

.tabular tr
{
    background-color: white
}

.tabular td
{
    text-align: center;
    padding: 3px 2px;
    min-height: 15px;
    border-width: 1px;
    border-color: #84CE84
}

.tabular td.lede-cell
{
    border-width: 1px 2px
}
