#Nav, #Footer a { display: none; }

body { color: black; font-family: times; font-size: 12px; }

#Page, #Content { background-image: none; }

a, a:visited { color: black; text-decoration: underline; }

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
