@charset "utf-8";
/* CSS Document */

a.nav-link{
  color: #fff !important;
}
.red-link {
  color: #a30e22 !important;
  text-decoration: underline !important;
}

.red-link:hover, .red-link:focus {
  font-weight: bolder;
}