How do I change the style (color) of a div such as the following?
\"
Try this: in the .aspx file put thees lines
Some text
then you can use for example
myDiv.Style["color"] = "red";