H1 {
    color:red;
}

LI {
    color:blue;
}

LI:first-child {
    color:orange;
}