/* LEV LIBERMAN VO PRINT STYLE SHEET
Written by Max Liberman */

/* Anything with class "noprint" doesn't display at all */
.noprint {
	display: none;
}

/* Links will NOT be red */
a:link {
	color: #000;
}

/* Infobar will be black on white, not white/grey on black */
#infobar, h1, h2 {
	background: #fff;
	color: #000;
}

/* Anything with class "noscreen" WILL print */
span.noscreen {
	display: inline;
}
div.noscreen {
	display: block;
}
