/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-size: xx-small;
 	font-weight: bold
}

P {
	font-family: Atlanta, sans-serif;
 	font-size: small;
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}