body {
  background: #D7D7D7;
  color: #000000;
  font-family: sans-serif;
}

A {text-decoration: none}
A:hover {
  background: #D7D7D7;
  color: #7F55D4;
}

ul {
  list-style-image: url('/bullet.png');
}
