/* สีพื้นหลังเหลือง + ตัวหนา */
.yellow-bg {
    background-color: yellow;
    font-weight: bold;
    text-decoration: underline;
}

/* สีพื้นหลังเทา */
.gray-bg {
    background-color: gray;
}

/* ตัวเอียง สีแดง */
#year {
    font-style: italic;
    font-weight: bold;
    color: red;
}

