body {
font-family: 'Times New Roman', serif;
font-size: 12pt;
color: #000;
background: #fff;
}

#head,#topnav,#sidebar,#skiplinks {
display: none;
}
a:after {
content: " (" attr(href) ")";
color: #333;
text-decoration: none;
font-size: 10pt;
}
a[href^="/"]:after {
  content: " (http://www.exampledomain.com" attr(href) ") ";
   }
a[href^="#"]:after {
content: "";
}
