p {
    font-weight: bold;
    font-size: 150%;
    margin: 10px 0;
    padding: 5px;
}

table,
td {
    border: 1px solid #333;
    text-align: center;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}
