/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * print.css - tyylit tulostus(ja esikatselu-)asettelua varten
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

BODY {
  margin: 1cm 1.5cm 1cm 1.5cm;
  color: black;
  background: white;
  font-family: "bitstream vera serif", "times new roman", times, serif;
/*  font-style: normal; */
  line-height: 1.2em;
}

H1, H2, H3, H4, H5 {
  color: black; 
}
.menu { display: none }
/* esitteet yms. */
.page {background:white; border: none; margin:0; padding:0}

