﻿

/* Links — sem sublinhado (carregar depois de estilo-tema-br.css) */
body a,
body a:link,
body a:visited,
body a:hover,
body a:focus-visible {
  text-decoration: none;
}

.themed-link,
.themed-link:hover,
.themed-link:focus-visible {
  text-decoration: none;
}

.themed-link {
  color: #2c5282;
}

.themed-link:hover,
.themed-link:focus-visible {
  color: #243b55;
}
