/* print.css */
/* cascading style sheet for printing */

BODY	{ font-family: serif; }

H1	{ page-break-after: avoid; font-family: sans-serif; font-size: x-large; }
H2	{ page-break-after: avoid; font-family: sans-serif; font-size: large; }
H3	{ page-break-after: avoid; font-family: sans-serif; font-size: medium; }
H4	{ page-break-after: avoid; font-family: sans-serif; font-size: small; }
H5	{ page-break-after: avoid; font-family: sans-serif; font-size: x-small; }
H6	{ page-break-after: avoid; font-family: sans-serif; font-size: xx-small; }

P	{ widows: 2; orphans: 2; }

CODE	{ font-family: monospace; font-size: medium; }
PRE	{ font-family: monospace; font-size: small; background-color: #ddd; }

A	{ text-decoration: none; color: black; }

.indent	{ margin-left: 30px; }
.spaced { line-height: 200% }
.spa	{ margin-top: 0.5em; }
.wide	{ width: 620; }
.navbar	{ display: none; }
.logo	{ border: none; height: 14; width: 16; }
.prntnavbar
	{ font-family: sans-serif; font-size: small; }
.scrn	{ display: none; }
.scrndate
	{ display: none; }
.updated{ text-align: right; font-family: sans-serif; font-size: x-small; }
.figure	{ text-align: center; }
