.links:hover {
    color: orange
}
tr:nth-child(odd) {
    background-color: lavender;
}
body {
    background-color: lightblue;
}
