/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

H1 {
	font-size: 2em;
 	color: rgb(80,12,38);
 	line-height: 1em;
 	font-weight: bold;
 	border: 0em solid rgb(0,0,0);
 	padding: 0em
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-large;
 	color: rgb(104,102,102);
 	letter-spacing: 1.7em;
 	line-height: 2em;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	margin: 0pt;
 	padding: 0pt
}

P {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 0.8em;
 	color: rgb(100,99,99);
 	line-height: 1.3em;
 	font-weight: bold;
 	text-decoration: none ;
 	text-indent: 0em;
 	border: 0em solid rgb(0,0,0);
 	margin: 0em;
 	padding: 0em
}

H3 {
	font-size: 1.2em;
 	color: rgb(80,12,38);
 	line-height: 3em;
 	font-weight: bold;
 	text-decoration: none ;
 	text-indent: 0em;
 	border: 0em solid rgb(0,0,0);
 	margin: 0em;
 	padding: 0em
}
