/* Privacy Policy Accessibility CSS */

/* Link styling - ensures links are distinguishable without relying on color */
#content_holder a {
  text-decoration: underline;
  font-weight: 400;
}

#content_holder a:hover,
#content_holder a:focus {
  text-decoration: underline;
}
