quindi io ho i miei stati ed ho per es., in maniera molto sintetica,:
.txt {
text-decoration: none;
color: #333333;
}
.txt a:link {
text-decoration: none;
color: #333333;
}
.txt a:visited {
text-decoration: none;
color: #333333;
}
.txt a:hover {
text-decoration: underline;
color: #333333;
}
.txt a:active {
text-decoration: underline;
color: #333333;
}
la classe che dovrei definire per lo stato hover come sarebbe?