0 / 60 seg.

When these pseudo class selectors are applied to a link, what states will the styles be applied to?

a:visited {
  ...;
}
a:active {
  ...;
}
a:hover {
  ...;
}
a:focus {
  ...;
}