/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	background-color: rgb(204,204,204);
 	background-attachment: fixed
}

.Überschrift_002 {
	font-size: 36px;
 	font-weight: bold;
 	background-color: rgb(255,255,255);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 24px;
 	color: rgb(0,0,0);
 	text-decoration: none 
}

.Text_link {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 24px;
 	color: rgb(51,51,51);
 	line-height: 1.5em
}