Examples of selectors


EM { color: red }
EM.foreign { font-style: italic }
H1 EM { text-decoration: underline }
BODY > H1 { border: solid green }
P + P { text-indent: 1em }
* * { cursor: inherit } /* all elts but the root */
DIV:first-letter { font: x-large "Art Deco", fantasy }
A:hover { outline: thick solid invert }