/* ecotibet-print.css
 * Print style sheet for ecotibet.org
 * -> This is loaded *after* the main stylesheet.
 HISTORY:
   06 jun 2005 jw - made it.
 */

/* ============================================
   ===== { Generic: =====
   ============================================ */
body, p, li, dt, dd, td, th {
  font-family: times, serif;
}


/* ============================================
   ===== { Special stuff: =====
   ============================================ */
.screen-only {
  display-none;
}


/* e o f */

