I am using JQuery mobile and I want all of the text to be purple on my application. I did this: color: #7A68AE !important; in my body section of my
color: #7A68AE !important;
body
Take a look at the spec on specificity. Though !important should override, it's possible an in-line style may override this due to the weight it carries.
!important
Without seeing an example I can't be 100% positive, however.
See Also !important rules