body:before{
  content: "archiviertes aus Newsgroups oder anderswo";
  color: navy;
  font-weight:normal;
  font-style:italic;
  font-size: 110%;
  border-bottom: 1pt navy solid;
}
.quote{
  background-color:#ffffff;
  color:navy;
  font-family: courier, 'courier new roman', monospace;
/*	max-width:80ex;*/
  width:100%;
  white-space:pre;
  overflow:scroll;
}
.quelle{
  font-family: courier, 'courier new roman', monospace;
  border: 1pt solid black; 
  background-color:#ffffff;
  color:gray;
  font-style:normal;
}
.quelle:before{
  content: 'Quelle:\A ';
  background-color:inherit;
  color: navy;
  font-weight:normal;
  font-style:italic;
  white-space:pre;
  width:100%;
}
div.setzer{
	border:1pt solid gray;
	font-style:italic;
	color:gray;
	background-color:white;
}
div.setzer:before{
	content: "afr:";
	margin-right:1ex;
	text-decoration:underline;
}
div.foot{font-style: italic;
	border-bottom:1pt solid white;
	margin-bottom:1em;}
.signature {
	color:green;
	background-color:#dddddd;
	font-family: courier, 'courier new roman', monospace;
	font-size: small;
	font-style: italic;
	white-space:pre;
}
.signature:before{
  content:"-- \A";
  font-family: courier, 'courier new roman', monospace;
}

