@charset "utf-8";

/* unvisited link */
a:link.footerlink {
  color: white;
}

/* visited link */
a:visited.footerlink {
  color: white;
}

/* mouse over link */
a:hover.footerlink {
  color: black;
}

/* selected link */
a:active.footerlink {
  color: white;
}