@font-face {
  font-family: Sxava;
  src: local("Noto Sans Shavian"), local("Segoe UI Historic"),
  local("ESL Gothic Unicode"), url(esl_gothic_unicode.ttf), local("MPH 2B Damase"),
  src: url(//fonts.gstatic.com/ea/notosansshavian/v1/NotoSansShavian-Regular.eot);
  src: url(//fonts.gstatic.com/ea/notosansshavian/v1/NotoSansShavian-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/notosansshavian/v1/NotoSansShavian-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansshavian/v1/NotoSansShavian-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansshavian/v1/NotoSansShavian-Regular.ttf) format('truetype');
    font-weight: normal; font-style: normal;
/*    unicode-range: U+10450-1047f;*/
}

.sh { font-family: Sxava; }

.sh strong {
  font-weight: normal;
  letter-spacing: 0.5em;
  text-decoration: underline;
  text-decoration-style: wavy;
/*   font-family: "FIGDOC+DeVinneTextBT" */
/*   font-family: "FIGDOE+DeVinneTextBT-Italic" */
}

body {
    margin-left: 3%; margin-right: 3%;
/*    font-family: "Andagii", "MPH 2B Damase", "Trabajo", "Apple Symbols";*/
/*    font-family: Sxava; */
    font-family: Noto Serif, Droid Serif, Segoe UI, Cambria, Georgia, Times, serif;
    max-width: 35em; line-height: 1.3;
/*     background: silver; */
    background: #F2EDDA;
    text-align:justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}
div.contents {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
p { margin-top: 3px; margin-bottom: 1px; font-size:medium; }
p.verse {
    padding-top: 5px; padding-bottom: 5px;
    margin-left: 0%;
    padding-left: 5px;
    border: 1px solid black;
}
wersz p.verse { border: none; padding-top: 0;}
p.image { text-align: center; }
.example { margin-left: 3%; }
dl, ol, ul { margin: 0; }
em, .en {
    font-style: italic;
}
/* u { letter-spacing: 0.3em; text-decoration: none; } */
/* u { color: red; text-decoration: none; } */
/* u { background-color: yellow; text-decoration: none; } */
table.muse-table {
    margin-left:auto; 
    margin-right:auto;
    border: 0;
  }
td { padding-right: 0.5em; border: 0;  padding-top: 0px; padding-bottom: 0px;
     line-height: 1.5;
}
th { padding-right: 0.5em; border: 0;  padding-top: 0px; padding-bottom: 0px; }
h2, h3, h4 {
  margin-bottom: 0px;
  font-size: larger;
/*  font-weight: normal; */
  background: #def;      /* = aqua */
}
h1, h2, h3 { text-align: center; background: #def; }
h2, h3, h4, td, p.verse { word-spacing:0.37em; }
figure {
   margin-left:0; margin-right:0;
   padding: 0;
}
figcaption {text-align: center; font-size: smaller;}
/* Table of Contents */

.contents {
  border: 1px solid black;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 3px;
}
.contents dl {
  background-color: aqua; /* #D3D3D3;  light gray */
  font-size: small;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contents dt {
  clear: left;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}

.contents dd dt {
  display: list-item;
}

/* Preformat: */
code, pre {
  font-family: Noto Mono, Droid Sans Mono, Lucida Console, courier, monospace;
  font-size: medium }
pre {
  background-color: #F5F5F5;    /* white smoke */
  margin-left: 3%;
  word-spacing:default;
}
/* Anchors: */
a:hover {
  background-color: #D3D3D3;    /* light gray */
}

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

/* Muse class-names: */
.serife {font-family:serif;}
.mll {font-size:smaller;}
