/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-size: 20px;
 	font-weight: bold;
 	text-decoration: none ;
 	background: rgb(255,204,0) none repeat-x fixed left
}

.TextNavBar {
	font-size: 20px;
 	font-weight: bold;
 	background-position: bottom left;
 	border: 11px solid rgb(255,0,0)
}