The whole point of CSS is that you only have to make the change once to cascade that effect through everything that is using that style.
Try creating another style (or "sub-style") that inherits all of the properties of the original except Font Color. Module 1 needs to use the original style, Module 2 needs to use the amended style.
A
reference[
^] that might help