.link-danger {
  color: red;
  text-decoration: none;
  font-weight: bold;
}
  .link-danger:hover {
  text-decoration: none;
}
.link-primary {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}
  .link-primary:hover {
  text-decoration: none;
  color: red;  
}