/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: medium;
 	color: rgb(0,102,51);
 	font-weight: normal;
 	font-style: normal
}

A:active {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: xx-large;
 	color: rgb(0,102,51)
}

H1 {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: xx-large;
 	color: rgb(0,102,51)
}