/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Tiptext {
	font-size: 10px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(255,255,204);
 	margin: 5px 2px 10px 2px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextObject {
	font-size: 1em
}
