i have two sets of css,
CSS1
.maroonlinks_my:link
{ font-family: Tahoma; font-size: 9pt; font-weight: normal; color: #B5121B; text-decoration: underline;}
.maroonlinks_my:hover
{font-family: Tahoma;font-size: 19pt;font-weight: normal;color: #000000;text-decoration: none;}
.maroonlinks_my:active
{font-family: Tahoma;font-size: 29pt;font-weight: normal;color: #000000;text-decoration: none;}
.maroonlinks_my:visited
{font-family: Tahoma;font-size: 59pt;font-weight: normal;color: #000000;text-decoration: none;}
CSS2
.maroonlinks
{font-family: Tahoma;font-size: 9pt;font-weight: normal;color: #B5121B;text-decoration: underline;}
.maroonlinks:hover
{font-family: Tahoma;font-size: 9pt;font-weight: normal;color: #000000;text-decoration: none;}
default link button css is maroonlinks ie CSS2
and i placed a link button in a form, when im clicking link button it should change into maroonlinks_my ie CSS1
please reply soon