table {
    border: 1px solid black;
}

thead th {
    border: 1px solid black;
    background-color: #FFFFFF;
    text-align: center;
}

td {
    border: 1px solid black;
}

caption {
    font-weight: bold;
    text-align: center;
}

.tableCategoryHeader {
    font-weight: bold;
    text-align: center;
}

.bold {
    font-weight: bold;
}
