body {
  background-color: white; 
  color: black; 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
}

/* put url after link text instead of underlining */
a:link, a:visited {
  background-color: white; 
  color: black; 
  text-decoration: none;
}

.big a[href]:after {
content: " (" attr(href) " )";
font-size: 10px;  
}

.navcontainer, .tagline, .bt-nav, .bcumb, .small {
display: none;
}

#footer {
font-size: 11px;
border-top: 1px solid #000;
padding-top: 10px;
}

acronym {
  border: 0;
}

acronym:after {
  content: " (" attr(title) ")";
}