root = {} root[ "fontWeight" ] = "font-weight" root[ "fontSize" ] = "font-size" root[ "lineHeight" ] = "line-height" root[ "color" ] = "color" root[ "fontStyle" ] = "font-style" root[ "fontVariant" ] = "font-variant" root[ "whiteSpace" ] = "white-space" root[ "wordSpacing" ] = "word-spacing" root[ "letterSpacing" ] = "letter-spacing" root[ "fontFamily" ] = "font-family" root[ "textTransform" ] = "text-transform" root[ "textIndent" ] = "text-indent" root[ "textAlign" ] = "text-align" root[ "backgroundColor" ] = "background-color" root[ "textDecoration" ] = "text-decoration" return root