body {
  background-color: #9cffc8;
  color: #0b5394;
  font-family: "Arial";
  
}
 /* unvisited link */
a:link {
  color: #a64d79;
}

/* visited link */
a:visited {
  color: #a64d79;
}

/* mouse over link */
a:hover {
  color: #8e7cc3;
}
/* selected link */
a:active {
  color: #8e7cc3;
} 