/* tchrd-print.css 
 * This stylesheet is loaded *in addition to* 
 * the main tchrd.css stylesheet.
 * This stylesheet is for printing only.
NOTES: 
 * See main stylesheet for css notes, colors, etc.
Diffs:
 * Uses serif font - easier to read on printed page.
 * If you don't want something to show up in printed page,
 * use a class for it, put that class here, and give it
 *  display: none;
 * 
 */

/* ============================================
   ===== { Generic, for all pages: =====
   ============================================ */
/* defined in main stylesheet */

body {
  font-family:      palatino, "times roman", times, serif;
  background-color: none;
}

p, ol, td, th, h1, h2, h3, h4, h5, div, pre, code, blockquote {
  font-family:      palatino, "times roman", times, serif;
}

/* ===========================================
   ===== { Page parts: =====
   =========================================== */
/* defined in main stylesheet */


/* ============================================
   ===== { Site Sections: =====
   ============================================ */
/* defined in main stylesheet */

/* -----------------
   --- { HRupdates:
   ----------------- */
/* defined in main stylesheet */


/* ============================================
   ===== { Special stuff: =====
   ============================================ */
/* defined in main stylesheet */


/* ============================================
   ===== { Generic Physical Styles  =====
   ============================================ */
/* defined in main stylesheet */


/* e o f */

