
a {
  color: #000080;
  text-decoration: none;
  cursor: none;
}

a:hover {
  color: #0000FF;
  font style: bold;
  text-decoration: none;
  cursor: hand;
}

a:visited {
  color: #800080;
  text-decoration: none;
  cursor: none;
}
