I know that embedding CSS styles directly into the HTML tags they affect defeats much of the purpose of CSS, but sometimes it\'s useful for debugging purposes, as in:
If it's for debugging, just add a css class for hovering (since elements can have more than one class):
a.hovertest:hover { text-decoration:underline; } blah