

$DOCUMENT {
  font-family: "sans-serif";
  font-size: 18pt;
  line-height: 24pt;
  margin-top: 1cm;
  margin-left: 1cm;
}

$COMMENT {
  display: block;
  color: purple;
  white-space: pre;
}

$PROCINS {
  color: black;
  background-color: #c0c0c0;
}

head {
  display: block;
  text-align: center;
  font-size: 120%;
  line-height: 160%;
  font-weight: bold;
  color: blue;
  background-color: cyan;
}

emph {
  font-weight: bold;
}

text {
  display: block;
  font-family: "sans-serif";
  font-size: 12pt;
  line-height: 14pt;
  margin-top: 1cm;
  margin-left: 1cm;

}

hi, term {
  font-style: italic;
}

item {
  display: list-item;
  list-style-type: square;
  margin-left: 5mm;
}

p {
  display: block;
}

$MARKSEC {
  font-family: monospace;
  padding-top: 3mm;
  padding-left: 4pt;
  padding-bottom: 2pt;
  display: block;
  white-space: pre;
  background-color: #FFCC99;
}

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;
}


