table, th, td {
    border: 1px solid black;
}
tr:hover {
    background-color: red;
}