﻿table {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #e6e2c1;
    border-collapse: collapse;
}
tr.tabletitle {
    font-weight: bold;
    font-size: 16px;
    color: black;
    text-decoration-style: solid;
    background: #FAF1D8;
}

tr.tablehead {
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-style: solid;
    background: #DDDDDD;
}
table.census {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #ffffff;
    border-collapse: collapse;
}
    table.census tr.tabletitle {
        font-weight: bold;
        font-size: 16px;
        color: black;
        text-decoration-style: solid;
        text-align: center;
        border: 1px solid black;
        background: #FAF1D8;
    }
    table.census tr.tablehead {
        font-weight: bold;
        text-decoration-line: underline;
        text-align: center;
        text-decoration-style: solid;
        border: 1px solid black;
        background: #DDDDDD;
    }
    table.census td.tabh {
        font-size: 16px;
        text-align: center;
        text-decoration-style: solid;
        border: 1px solid black;
        background: #e8e8e8;
    }
    table.census td.tabd {
        font-size: 16px;
        text-align: center;
        text-decoration-style: solid;
        border: 1px solid black;
        background: #ffffff;
    }
    table.census td.tabt {
        font-size: 16px;
        text-align: center;
        text-decoration-style: solid;
        border: 1px solid black;
        background: #b6ff00;
    }
