body {
    background-color: lightblue
}
tr.winning {
    color: black;
    font-weight: bold;
    background-color: pink;
}
