The CSS we were trying to write used color:inherit in places to override behaviour for hyperlinks, and background-color: inherit to try and override Cobra's default purple highlight when clicking on a link.
Problem is, Cobra interprets "inherit" as red for some reason (why?)