SyntaxFix
Write A Post
Hire A Developer
Questions
You can't.
So just don't apply styles directly like that, and apply a class "foo", and then define that in your CSS specification:
a.foo { color : orange; } a.foo:hover { font-weight : bold; }