I would like to change the text color that appears in all of the bright red error alert boxes. It is currently the same color as my regularly specified text in the css which is dark, and hard to read in the vibrant red. I tried adding to both of these: table.errmsg /* Error message label on signup page */ label.error { font-color: white; and also font-color: #ffffff; and neither of them took. Can someone suggest something else? Or another location in the css file to change? Thank you, Claudia Beck