/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(72,72,72);
 	font-weight: bold
}

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(72,72,72);
 	font-weight: bold
}

.TextNavBar {
	font-size: 10pt;
 	font-weight: bold
}

H1 {
	font-size: 16pt;
 	font-weight: bold
}