/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: underline;
}