/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.KGA-Überschrift {
	font-size: medium;
 	color: rgb(0,102,51);
 	font-weight: bold
}

.KGA-Monat {
	font-size: large;
 	color: rgb(0,102,51);
 	font-weight: bold;
 	text-decoration: underline
}

.KGA-Text {
	font-size: 12pt;
 	color: rgb(0,128,0)
}