body {
  font-weight: 900;
  font-size: 15px;
  color: #000;
  background-color: #fff;
}

img {display: none;}

a {text-decoration: none }
a:link {color: #fff }
a:visited {color: #fff }
a:hover, a:active {text-decoration: overline underline; color: #0ff; background-color: #000}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
p {font-weight: bold;}

