/* Set all hyperlink text color to dark blue across all pages */
a, a:visited, a:active {
  color: #003366 !important;
}
