.yellow-bg {
    background-color: yellow;
    text-decoration: underline;
}

.gray-bg {
    background-color: gray;

}

#year {
    color: red;
    font-weight: bold;
    font-style: italic;
}