/*
  obshtezhitie.css
  Author: David J. Birnbaum
  Email: djbpitt@pitt.edu
  Original version: 2007-08-02
  Last revised: 2008-03-07
  Partially based on:
  http://ella.slis.indiana.edu/~jawalsh/share/css/tei2html.css
  John Walsh, jawalsh@indiana.edu
  Accessed: 2007-08-02
 */
html {
    background-color: #f4eee2;
    color: black;
}
body {
    font-family: cambria, "palatino linotype", times, serif;
/* georgia is missing the acute accent, so IE renders a box */
    line-height: 1.2em;
    background-color: #f4eee2;
    color: black;
margin: 2%;
padding: 2%;
border: 2%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: verdana, arial, serif;
    color: #351408;
    line-height: 1.2em;
    page-break-after: avoid;
    position: relative;
/* otherwise IE cuts off top of H1 with increased line-height */
}
h1, h2 {
    text-align: center;
}
p {
    line-height: 1.2em;
}
pre {
    font-family: "Andale Mono", "Courier New", monospace;
    font-size: 95%;
    line-height: 1.1em;
    border: 1px dashed #990000;
    background-color: aqua;
    color: black;
    margin: 1em;
    padding: 1em;
}
code {
    font-family: "Andale Mono", "Courier New", monospace;
}
sub, sup {
    line-height: 0em;
}
ol li ol {
    list-style-type: lower-alpha;
}
td, th {
    padding: 3px;
}
.level2 {
/* indentation for nested list */
    margin-left: 1em;
}
.level3 {
/* indentation for nested list */
    margin-left: 2em;
}
.level4 {
/* indentation for nested list */
    margin-left: 3em;
}
.level5 {
/* indentation for nested list */
    margin-left: 4em;
}
.ocs {
    font-family: LazovBold, Lazov, 'Menaion Medieval', 'Kliment Std';
}
.hang {
    text-indent: -3em;
    margin-left: 3em;
    margin-bottom: 0em;
    margin-top: 0em;
    padding-bottom: 0em;
    padding-top: 0em;
}