/* Fontiksi kuvaruudulla Arial, paperitulostuksessa
   Times New Roman. Arialin ominaisuuksien takia asetetaan
   myös riviväli tavallista hiukan isommaksi. */

table.normal { border-collapse: collapse;
               margin-top: 0.7em;
               margin-bottom: 0.7em; }
table.normal caption { font-weight: bold;
                       padding: 0.2em 0.3em;
                       border: solid thin gray;
                        border-bottom-width: 0; }
table.normal th, table.normal td {
  border: solid thin gray;
  padding: 0.06em 0.2em; }

/* Käytä class="nobr" estääksesi rivinvaihdot elementin sisällä. */
.nobr { white-space: nowrap; }