teiHeader {
  display: none;
}
h2,head {
  display: block;
  text-align: center;
  font-size: 120%;
  line-height: 160%;
  font-weight: bold;
  color: blue;
  background-color: cyan;
}

emph {
  font-weight: bold;
}

body, text {
  display: block;
  font-family: "Times";
  font-size: 12pt;
  line-height: 14pt;
  margin-top: 1cm;
  margin-left: 1cm;

}

ident,code,gi {
   font-family: monospace;
   font-weight: bold;
   font-size: 90%;
   display: inline;
}

gi:before {
   content: "<";
}

gi:after {
   content: ">";
}



i, hi, term {
  font-style: italic;
}

li, item {
  display: list-item;
  list-style-type: square;
  margin-top: 3mm;
  margin-left: 5mm;
}

p {
  display: block;
  margin-bottom: 3mm;
}


pre, eg {
  font-family: monospace;
  font-size: 60%;
  line-height: 100%;
  padding-top: 3mm;
  padding-left: 4pt;
  padding-bottom: 2pt;
  display: block;
  white-space: pre;
  background-color: #FFCC99;
}

cell {
  display: table-cell;
}

row {
  display: table-row;
}

table {
  display: table;
  text-align: center;
}

label {
  font-weight: bold;
}

front {
 font-size: 120%;
 background-color: red;
}

docAuthor, docTitle, docDate {
  line-height: 150%;
  text-align: center;
  display: block;
  color: purple;
}


