The CSS code is similar to for the normal link you mentioned except the word hover not link. Example:

A:hover
{ text-decoration: underline; color:#000000;


Underline can be replaced with none, overline, etc. Hope that helps.