
a:link,a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: black;
}
a:active {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
