How do I change the style (color) of a div such as the following?
\"
If you wanted to change the class instead of the style directly: ie.. create another class with the styling you want...
myDiv.Attributes["class"] = "otherClassName"