If you want to avoid zombie attacks, the link pseudo-classes should be in this order: :link
, :visited
, :focus
, :hover
, and then :active
. If you order them differently, the specificity/placement of one will override the functionality of another.