3 .cs P { background: red
; color: yellow
; }
4 .cs .a { background: red
; color: yellow
; }
5 .cs .span1 span { background: red
; color: yellow
; }
6 .cs .span2 { color: red
; }
7 .cs .span2 SPAN { color: green
; }
8 .cs .span2 span { background: red
; color: yellow
; }
10 .ci P { background: green
; color: white
; }
11 .ci .a { background: green
; color: white
; }
12 .ci .span1 span { background: green
; color: white
; }
13 .ci .span2 SPAN { background: green
; color: white
; }