/* Cascading style sheet to print lessons & essays
 * Use following to link this stylesheet to web page:
 *   <LINK REL=stylesheet HREF="./css_prn.css" TYPE="text/css" MEDIA="print">
 */

BODY{
  background-color: #FFFFFF;
  margin-left: .5cm;
  margin-right: .5cm;
  orphans: 2;
  widows: 2;
  text-decoration: none;
  }

a:link{
  color: black;
  text-decoration: none;
  }

a:visited{
  color: black;
  text-decoration: none;
  }

