<style>
a:link {
  color: #ff0066;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ff0030;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ff0066;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ff0066;
  background-color: transparent;
  text-decoration: underline;
}

a:body {
cursor: url(cursor.png); default;
}
</style> 