/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: "Baskerville Old Face",  serif;
 	font-weight: bold;
 	font-style: italic;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

P {
	font-size: 20px;
 	border: 1mm groove rgb(255,0,0)
}

.TextNavBar {
	vertical-align: baseline;
 	text-align: center;
 	background-color: transparent;
 	background-position: 0px 0%;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
