}
/*Texto negro*/
.hover-text-content:link {
color:#2874A6;
}
/* visited link */
.hover-text-content:visited {
color:#2874A6;
}
/* mouse over link */
.hover-text-content:hover {
color:green;
}
/* selected link */
.hover-text-content:active {
color:#2874A6;
}
/* Overall style */