Bug: Illegal color Syntax rendered

'#' char is required to mark up an hexadecimal color value, see Color units.

Styles:


  P.example { color: ff0000 }

Example:

<P CLASS="example">

this should not be red

</P>