/*individual change style*/
p,div,h1,h2,h3,h4,h5,h6,a {
  /*font-family: !important; /*change font style on all individual pages*/
}
ul.menu li,a{
  /*font-weight: !important;*/
}
.menu a{
  color:#515452 !important;
}
.menu a:hover {
  color:black !important;
}
a.active {
  color:#F77503 !important;
}

/* Body link colors — Deep Sapphire */
a:not(.menu a):not(.e-nav__link) {
  color: #1e4d8c;
}
a:not(.menu a):not(.e-nav__link):hover {
  color: #F77503;
}
