table, th {
    border: 1px solid black;
    text-align: left;
}

tr:hover {
    background-color: aqua;
}