a:after {
  content: " (" attr(href) ")";
}

acronym:after {
  content: " (" attr(title) ")";
}

p, td, li {
  color: black; 
  background: white; 
  font-family : "Times New Roman", Times, serif;
}

#content a:link, a:visited {
  background: white; 
  color: black; 
  text-decoration: none;
}
#content {
  left: 0; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  width: auto;
  color: black; 
  background-color: white;
}

#links {
  display: none;
}
