/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	color: rgb(110,110,110);
 	letter-spacing: 1px;
 	line-height: 20px
}

.h7 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(128,128,0);
 	font-weight: bold;
 	text-decoration: none 
}

.h9 {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}