UL {
    color:red;
    background:pink;
}

LI {
    color:blue;
    background:lightblue;
}

SPAN {
    color:green;
    background:lime;
}