body {
    font-family: sans-serif;
}

table.center {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

table, th, td {
    border: 1px solid;
    border-color: #790018;
    border-width: medium;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
}

table th {
    background-color: #790018;
    color: #FFD75F;
}

table tr {
    background-color: #FFD75F;
    color: #42000D;
    background-color: #FFE8A1;
}

