
A {
  color: #8080FF;
  font-weight: bold;
}

A:hover {
  color: #FF0000;
}

BODY {
  font-family: Arial;
}

