/* Stylesheet fuer "Weltlautschrift für Blinde"      */

body {
    margin-left: 1em;
    font-family: "Arial", sans-serif;
  }

h1, h2, h3, h4, h5, h6, p, table, td {
    font-family: "Arial", sans-serif;
  }


td {
    vertical-align: top;
  }

td.nummer {
    font-weight: bold;
    font-size: 150%;
    /* background: #FFFFE0; */
  }

td.brlz {
    text-align: center;
    font-family: "Blistabraille6+", monospace;
    font-weight: bold;
    font-size: 150%;
    /* line-height: 250%; */
    /* background: #FFFFE0; */
  }

span.unichar, span.unifont {
    font-family: "Arial Unicode MS", "Lucida Sans Unicode";
    font-weight: bold;
  }

span.unichar {
    font-size: 150%;
  }

span.brl {
    font-family: "Blistabraille6+", monospace;
    font-weight: bold;
    font-size: 150%;
    line-height: 150%;
  }

p.inht1 {
    font-weight: bold;
    margin-bottom: 0;
  }

p.ipa {
    font-weight: bold;
  }

p.inht2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2 em;
  }

p.navbar {
    margin-top: 2em;
    text-align: center;
    font-weight: bold;
  }

pre.unicode {
    font-family: "Arial", sans-serif;
    margin-bottom: 0;
  }

