/* Cookies Policy Accessibility CSS */

/* Link styling - ensures links are distinguishable without relying on color */
#content_holder a {
  text-decoration: none;
  font-weight: 300;
  border-bottom: 1px dotted #000;
  padding-bottom: 1px;
}

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