/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	color: rgb(153,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,204);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}