th {
    background-color: darkblue;
    color: white;
}

tr:nth-child(even) {
background-color: lightblue;
}