/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 36px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}