Sample CSS document structure


@import "default.css";
A { color: yellow; text-decoration:none}
    
           CSSStyleSheet
           /           \
   CSSImportRule       CSSStyleRule (A)
         |                    |
   CSSStyleSheet     CSSStyleDeclaration
       [...]           (color, red),
                       (text-decoration, none)