/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.MyUeberschrift {
	font-size: 36pt;
 	font-style: italic;
 	text-align: center;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.MyUeberschrift2 {
	font-family: "Bookman Old Style",  serif;
 	font-size: 16pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	background-color: transparent;
 	border: 3px solid rgb(128,128,0)
}

.MyHaupttext {
	font-family: "Bookman Old Style",  serif;
 	font-size: 12pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: left;
 	background-color: transparent
}