a:link {
  color: blue;
}
a:visited {
  color: blue;
}
a:active {
  color: red;
}

