/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2025 | 03:51:54 */
/* Aplica a todos los enlaces, sin importar qué estilo tengan */
a, a:visited, a:active {
  text-decoration: none !important;
}

/* Subrayado solo al pasar el mouse (opcional) */
a:hover {
  text-decoration: underline !important;
}
