
body {
  background-color: black;
  color: fuchsia;
  font-family: Verdana;
  text-align: center;
}

/* unvisited link */
a:link {
    color: #FF00FF;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #FF00FF;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FF0000;
    text-decoration: none;
}
fa:hover {
    color: #FF0000;
    text-decoration: none;
}
/* selected link */
a:active {
    color: #E91E63;
    text-decoration: none;
}