Alternate themes
The following will style up a news folder at the root of your site
^/news(/.*)?$ | [path to theme file] | [path to rules file]
The following will style up any news folder at any point in your site
^.*/news(/.*)?$ | [path to theme file] | [path to rules file]

