/* Print style sheet, Iain Murray 2002-2020

Do little style for printing. Saves colour ink, and generally less risky.
Could hide navigation clutter if I had any.
*/

/* Mark Pilgrim cleverness */
acronym:after {
  content: " (" attr(title) ")";
}
abbr:after {
  content: " (" attr(title) ")";
}

.printHide {
  display: none;
}
