table {
    margin: auto;
    width: 75%;
}

table th, table td {
    padding: 8px;
    text-align: center;
}

table th:not(:last-child), table td:not(:last-child) {
    border-right: 1px solid black;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th>a {
    color: black;
}

th>a:hover {
    text-decoration: underline;
}