body {
  background-color: #fff;
  color: #000;
  font-family: "times new roman", times, serif;
  font-size: 12pt;
  line-height: 1.3;
}

#footer, 
#clubBar, 
#siteTitle {
  display: none;
}

a {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
	
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
	
a.urltext:link:after, a.urltext:visited:after {
  content: "";
}

abbr:after {
  content: " (" attr(title) ") ";
  font-size: 90%;
}

.noprint {
  display: none;
}