
/*	abgeleitet von prosa.css
	99-02-01 P.VERS
	99-03-16 classes: title, author, subtitle
	99-11-20 p: margin-bottom changed
*/
BODY {
  margin-left: 5%;
  margin-right: 5%;
  background-color: #FFFFFF;
  font-family: sans-serif;
}

A:link {
  color: #CC0000;
  font-family: sans-serif;
  text-decoration: none;
}

A:active {
  color: #CC0000;
  font-family: sans-serif;
  font-weight: bold;
}

A:visited {
  color: #666666;
  font-family: sans-serif;
  text-decoration: none;
}

P {
  text-indent: 0em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-family: sans-serif;
}

P.left {
  text-indent: 0pt;
  text-align: left;
  font-family: sans-serif;
}

P.leftmarg {
  text-indent: 0pt;
  text-align: left;
  margin-left: 7%;
  font-family: sans-serif;
}

P.leftjust {
  text-indent: 0pt;
  font-family: sans-serif;
}

P.center {
  text-indent: 0pt;
  text-align: center;
  font-family: sans-serif;
}

P.centerbig {
  text-indent: 0pt;
  text-align: center;
  font-size: 110%;
  font-family: sans-serif;
}

P.centersml {
  text-indent: 0pt;
  text-align: center;
  font-size: 90%;
  font-family: sans-serif;
}

P.right {
  text-indent: 0pt;
  text-align: right;
  margin-right: 5%;
  font-family: sans-serif;
}

P.dblmarg {
  text-indent: 0pt;
  margin-left: 10%;
  margin-right: 5%;
  font-family: sans-serif;
}

P.VERS {
  color: #000080;
  text-indent: 0em;
  margin-left: 10%;
  margin-right: 5%;
  font-family: sans-serif;
} 

.note {
  line-height: 90%;
  font-size: 90%;
  font-family: sans-serif;
}

H1, H2, H3, H4, H5, H6 {
  text-align: center;
  font-family: sans-serif;
}

.TITLE {
  color: darkblue;
  font-family: sans-serif;
}

.AUTHOR {
  color: gray;
  font-family: sans-serif;
}

.SUBTITLE {
  color: blue;
  font-family: sans-serif;
}

.CHARACTERS {
  margin-left: 30%;
  margin-right: 30%;
  color: darkred;
  font-family: sans-serif;
}

UL {
  font-family: sans-serif;
  list-style-type: square;
}

LI {
  font-family: sans-serif;
  list-style-type: square;
}

DIV.line {
  font-family: sans-serif;
}
