Sometime you may want to make the output which comes from your eaDocX Script use different from the styles used by the rest of eaDocX.
To do this, you can use Word styles directly.
When you write your script, just add 'Class="yourWordStyle" into your generated HTML, and Word will look for a style called 'yourWordStyle' to format the output.
This means that you could use different Word styles for all each different types of EA Element/Stereotype, so that, for example, <<Functional>>Requirement elements might be one one font & color, but <<security>>Requirements in a different one.