@charset "UTF-8";

/*************************************************************************
  print.css - CSS file that defines the layout and graphics modifications
              used for printing pages.

  Copyright © 2009 Neil Duffin. All rights reserved.
 *************************************************************************/

/* Make alternative banner visible. */
#Banner img.NoCss {
	display: inline;
}

#Banner .Logo {
	display: none;
}

/* Make normal text black. */
h1, h2, h3, h4, h5, h6, li, p {
	color: #000;
}

/* Make all blog sections dark. */
#article #summary h1,
#article #summary h2,
#article #summary h3,
#article #summary h4,
#article #summary h5,
#article #summary h6,
#article #summary li,
#article #summary p {
	color: #000;
}
