 .yellow-bg {
    background-color: yellow;
    text-decoration: underline;
 }

 .gray-bg {
    background-color: gray;
 }

 #year {
    font-weight: bold;
    color: red;
    font-style: italic;
 }