/*  
**  Magic Ink:  Information Software and the Graphical Interface
**  by Bret Victor
**
**  CSS style sheet overrides for print
*/

/* No anchors */

a.anchor {
  display: none;
}

/* No floating table of contents */

#toc {
  display: none;
}


