can anyone tell me what's wrong with this:
a.kword5{font-family:Verdana,Arial,Helvetica,sans serif;font-size:8pt;color:#9900CC;text-decoration:none;cursor:hand;font-weight:500;}
a.kword5:visited{font-family:Verdana,Arial,Helvetica,sans serif;font-size:8pt;color:#9900CC;text-decoration:none;cursor:hand;font-weight:500;}
a.kword5:hover{text-decoration:underline;font-family:Verdana,Arial,Helvetica,sans serif;font-size:8pt;color:#990099;cursor:hand;font-weight:500;background-color:#FFFFFF;}
a.kword5:active{font-family:Verdana,Arial,Helvetica,sans serif;font-size:8pt;color:#9900CC;text-decoration:none;cursor:hand;font-weight:500;background-color:#FFFFFF;}
I'm not gettingany changes when I hover.
a.kword5{font-family:Verdana,Arial,Helvetica,sans serif;font-size:8pt;color:#9900CC;text-decoration:none;cursor:hand;font-weight:500;}
a.kword5:visited{font-family:Verdana,Arial,Helvetica,sans serif;font-size:8pt;color:#9900CC;text-decoration:none;cursor:hand;font-weight:500;}
a.kword5:hover{text-decoration:underline;font-family:Verdana,Arial,Helvetica,sans serif;font-size:8pt;color:#990099;cursor:hand;font-weight:500;background-color:#FFFFFF;}
a.kword5:active{font-family:Verdana,Arial,Helvetica,sans serif;font-size:8pt;color:#9900CC;text-decoration:none;cursor:hand;font-weight:500;background-color:#FFFFFF;}
I'm not gettingany changes when I hover.