a {
  color: #0066cc !important; /* Changes link color to standard blue */
  text-decoration: underline !important; /* Adds an underline */
  opacity: 1 !important; /* Overrides any transparency/disabled styling */
}

a:hover {
  color: #004499 !important; /* Darker blue on hover */
}