/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	background-color: transparent
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(255,51,0);
 	text-decoration: none ;
 	background-color: transparent;
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

A {
	text-decoration: none 
}