/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Startseite {
	font-size: 20px;
 	font-weight: bold;
 	text-align: center;
 	border: 2px solid rgb(193,185,108)
}

P {
	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}