ciao a tutti,
volevo fare una cosa del genere con i css:

.test:link visited active hover
{
COLOR: #cc3333;
}


E' corretto o devo per forza fare:

.test:link, .test:visited, .test:active, .test:hover
{
COLOR: #cc3333;
}

Grazie