/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Überschrift{
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	font-style: italic;
 	text-decoration: underline
}

.Text{
	font-size: 14px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: justify;
 	margin-top: 2px;
 	margin-bottom: 2px
}

.Unterüberschrift{
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	color: rgb(153,51,51);
 	font-weight: bold;
 	text-decoration: underline;
 	background-color: rgb(255,255,255)
}