Styling of dashed/dotted lines and thickness extended to both clade and branch levels
stateN and ThicknessN change just the branch
state and thickness change the clade (the bracket)
note: they apply only to a single clade level; they don't extend down the tree
Colour option for line styling (using color and colorN)
CSS styling of branches and clades through use of styleN or style, respectively
For instance, |styleN=background-color:green; adds a background color to the node or clade.
Because it uses CSS, the colours propagate through the table structure and changing the colour on a branch with styleN will apply the background to all subtrees.
You cannot used this to change the tree structure because that uses HTML border-style, border-width and border-color, which are controlled with state, thickness and color, respectively (see above)