.changeColor {
text-decoration: none;
color: #000080; /* Questo è il colore base */
}
.changeColor:hover {
text-decoration: none;
color: #FF0000; /* Questo è il colore al passaggio del mouse */
}

.changeColor2 {
text-decoration: none;
color: #008080; /* Questo è il colore base */
}
.changeColor2:hover {
text-decoration: none;
color: #FF0000; /* Questo è il colore al passaggio del mouse */
}

.changeColor3 {
text-decoration: none;
color: #AE3378; /* Questo è il colore base */
}
.changeColor3:hover {
text-decoration: none;
color: #FF0000; /* Questo è il colore al passaggio del mouse */
}

.changeColor4 {
text-decoration: none;
color: #F4F5EB; /* Questo è il colore base */
}
.changeColor4:hover {
text-decoration: none;
color: #FF0000; /* Questo è il colore al passaggio del mouse */
}