hi,
I have used CSS styles in developing my web pages. My situations is such that i have to keep changing the color that i use in these web pages. I use the color in different classes in the CSS style. I wanted to know if I could (somehow) store the color in a variable ,such that if i change the variable, it is changed wherever i have used that color in the CSS style.

Thanks