/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H2 {
	font-size: 28px;
 	color: rgb(102,51,51);
 	font-weight: bold;
 	text-decoration: none 
}

P {
	font-size: 16px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: justify
}

H3 {
	font-size: 24px;
 	color: rgb(102,51,51);
 	font-weight: bold;
 	text-decoration: none 
}