table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid black;
    padding: 10px;
}
th {
    background: #C00000;
    color: white;
    font-weight: bold;
}