/* Stylesheet for printer-friendly versions of pages.
 * The idea is to make things black and white where appropriate,
 * remove the top, left, and right navigation bars.
 *
 * $Id: print.css,v 1.6 2004/10/13 23:44:01 arensb Exp arensb $
 */

BODY {
	background:	white;
	background-image:	none;
	color:		black;
	margin-left:	2em;
}

BODY A {
	/* All links are underlined, to show up on paper */
	text-decoration:	underline;
}

/* Unvisited links */
BODY A:link {
	color:		blue;
}

/* Visited links */
BODY A:visited {
	color:		purple;
}

.header {
	display:	none;
}

.navbox {
	display:	none;
}

.code {
	background:	white;
	border:		1px;
	border-color:	black;
	border-style:	solid;
	padding:	10pt;
}

.footer {
	background:	white;
	color:		black;
}

.footer .locationBar {
	width:		100%;
	font-family:	Courier, fixed;
	font-size:	80%;
	text-align:	center;
}
