/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: large;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	font-style: italic
}

P {
	font-size: x-small
}
