body {
    margin-left: 3%; margin-right: 3%;
    background: beige;
    color: black;
    hyphens: auto; -moz-hyphens: auto;
    text-rendering: optimizeLegibility; /* enable kerning */
    max-width:40em; text-align:justify;
}
p { margin-top: 3px; margin-bottom: 1px; }
.sh, em {font-family: Klasika}
body, .lat {font-family: Cambria, URW Bookman L, Bookman Old Style, Century Schoolbook L, DejaVu Serif, Liberation Serif, Palatino Linotype, Times, Segoe UI, serif}
h1 {text-align: right; font-weight:normal}
h2 {text-align: center; font-weight:normal}
h3 {font-weight:normal; margin-top: 0.4em; margin-bottom: 0.3em;}
h4 {margin-top: 0.4em; margin-bottom: 0.3em;}
p { margin-top: 0.2em; margin-bottom: 0.3em;}
em {word-spacing:0.1em; padding: 0.15em; font-style:normal}
.li {margin-top: 0.15em; margin-bottom:0.15em;}
.x {background-color: #e7e7e7}

/* Anchors: */
a:hover {
  background-color: #D3D3D3;    /* light gray */
}

a:link { color: navy; text-decoration: none;}

