i am inserting below css using jquery into head tag but problem is everytime i change the color using user interface it add another style tang and than css how can i remove already added and replace with new css please help.
<style charset="utf-8" type="text/css">div.contentMid2{background:#000;}div.module{background:#fff;}</style>
want to add couple of css on runtime but replacing with already added.