a.LINK:link, a.classe1:visited {
  text-decoration: none;
  color: black;
}

a.LINK:hover {
  text-decoration: none;
  font-weight: bold;
  color: #020076;
}

a.link {
  text-decoration: none;
  color: black;
}

a.LINK:active {
  text-decoration: none;
  color: rgb(0,0,0);
}

