p { color: navy; }
.a a:hover { background: green; color: white; }
.b a:hover { background: red; color: yellow; }
.b a:link { background: green; color: white; }
.c :link { background: green; color: white; }
.c :visited:hover { background: red; color: yellow; }