blob: 827d4a48d8c5266a8078e772d7642d0aa5a31046 [file] [log] [blame]
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; }