/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.h1 {
	color: rgb(255,255,255)
}

P {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(86,85,85);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: justify
}
