html { color-scheme: light dark; }
body { width: 100%; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
.navy{
    background-color: navy;
    color: azure;
}

.decoracion {

  text-decoration: none;
}

.no-subrayado{

  text-decoration: none;
}