/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(0,0,0)
}