scusate la mia ignoranza... ho il seguente file css

<!--

a:active { font-family: Arial; font-size: 8pt; font-style: normal; text-decoration: none; color: #FF6600;}
a:link { font-family: Arial; font-size: 8pt; font-style: normal; text-decoration: none; color: #FFFFFF;}
a:visited { font-family: Arial; font-size: 8pt; font-style: normal; text-decoration: none; color: #FFFFFF;}
a:hover { font-family: Arial; font-size: 8pt; font-style: normal; text-decoration: none; color: #FF6600;}

STRONG a:active { font-family: Arial; font-size: 8pt; font-style: normal; text-decoration: none; color: #FF6600;}
STRONG a:link { font-family: Arial; font-size: 8pt; font-style: normal; text-decoration: none; color: #999966;}
STRONG a:visited { font-family: Arial; font-size: 8pt; font-style: normal; text-decoration: none; color: #FFFFFF;}
STRONG a:hover { font-family: Arial; font-size: 8pt; font-style: normal; text-decoration: none; color: #FF6600;}

-->


richiamato inn una pagina asp tramite il seguente codice:


<link rel="stylesheet" href="css/ecommerce.css">

come faccio ad associare ad un link una volta i colori e lo style a:

e un'altra STRONG:

vi prego help me...

grazie