table, tr, th, td {
    border: 1px solid black;
    border-radius: 4px;
    padding: 10px 20px;
    border-collapse: collapse;
}

th, td {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

th {
    background-color: cornsilk;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18pt;
}

h1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 24pt;
}