CSS selector rules: CSS Selectors
CSS Combination rules: CSS Combinators
Addition to the above rules, you can use "element.class" to specify a specified elment. For example, "p.bluecolor" will select "all p elements with class bluecolor". A
will not be included.
See Class selectors for details.
LESS introduction: LESS Is More: Make Your CSS Coding Easier with LESS