4 .a a:hover { background: green
; color: white
; }
6 .b a:hover { background: red
; color: yellow
; }
7 .b a:link { background: green
; color: white
; }
9 .c :link { background: green
; color: white
; }
10 .c :visited:hover { background: red
; color: yellow
; }