body {
  font-size: 12pt;
  font-family: serif;
  margin: auto 3em;
}

#sisalto > p, #sisalto > li {
  text-align: justify;
}

p, li {
  page-break-inside: avoid;
}

h1, h2, h3, h4 {
  font-family: Arial, sans-serif;
  clear: both;
  page-break-after: avoid;
}

h1 {
  font-size: 18pt;
  text-align: center;
  margin-bottom: 1.5em;
}
h2 {
  padding-top: 1em;
  font-size: 14pt;
  font-weight: 100;
}
h3 {
  font-size: 11pt;
  font-weight: bold;
}
h4 {
  font-size: 10pt;
  font-weight: bold;
}
h2 a {
  text-decoration: none;
  color: #000;
}
a {
  color: #000;
}

ul {
  list-style: square;
}

#sivun-otsikko, #navi, #footer {
  display: none;
}


/*  --- Kuvien tyylit tulostuksessa --- */

#sisalto > .kapeakuva {
  margin: 0 0px 20px 20px;
}

.kapeakuva {
  page-break-inside: avoid;
  float: right;
  margin: 0 0px 20px 20px;
}

.kapeakuva img, .leveakuva img {
  border: 1px solid #DCDCDC;
} 

