2 p
{ background: red
; color: yellow
; }
3 p
.t1
.t2
{ background: green
; color: white
; }
4 div
{ background: green
; color: white
; }
5 div
.t1
{ background: red
; color: yellow
; }
6 address
{ background: red
; color: yellow
; }
7 address
.t5
.t5
{ background: green
; color: white
; }