body {
  font-family: Arial, sans-serif;
  background: #f7f9fc;
  margin: 20px;
  color: #333;
}

a {
  display: block;
  padding: 6px 10px;
  margin: 2px 0;
  text-decoration: none;
  color: #0056b3;
  border-radius: 5px;
  transition: background 0.2s, color 0.2s;
}

a:hover {
  background: #e3e9f0;
  color: #000;
}
