nav#block-eecd-subtheme-footer a:link, nav#block-eecd-subtheme-footerfrench a:link {
    color: #ffffff;
}
div#navy a:hover {
    color: yellow;
}
.nav-link {
    color: #0071b3;
}

nav#block-eecd-subtheme-footer a:link:hover, 
nav#block-eecd-subtheme-footerfrench a:link:hover,
nav#block-eecd-subtheme-footer a:link:focus,
nav#block-eecd-subtheme-footerfrench a:link:focus,
.nav-link:hover,
.nav-link:focus {
  color: #003262;
  background-color: #F8D44C;
}

a:active,
.link:active {
  color: #23aeff;
}

table tr th {
    color: #0071B4;
    font-weight: bold;
    font-size: larger;
} 

table tr th a {
    text-decoration: underline;
}

table tr th a:hover, table tr th a:focus {
  color: #003262;
  background-color: #F8D44C;
}

/* -- Custom colours for paragraph backgrounds -- */
.bg-custom-aqua {
    color: #fff; background-color: #49bcc9; /* custom BG Aqua */
}
.bg-custom-blue {
    color: #fff; background-color: #508fc8; /* custom BG Blue */
}
.bg-custom-green {
    color: #fff; background-color: #85b57b; /* custom BG Green */
}
.bg-custom-orange {
    color: #fff; background-color: #ffb112; /* custom BG Orange */
}
.bg-custom-teal {
    color: #fff; background-color: #4f9a91; /* custom BG Teal */
}
