body {
  color: black;
  background-color: white;
}

a:link, a:active {
  color: #00E;
  background: transparent;
}

a:visited {
  color: #529;
  background: transparent;
}

ul.compact {
  list-style-position: inside;
}