/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject{
	font-family: Calibri,  sans-serif;
 	font-size: 16px;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	text-decoration: none 
}

.TextNavBar{
	font-family: Calibri, sans-serif;
 	font-size: 16px;
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(204,204,204);
 	background-image: url( "../assets/images/Tower.jpg" )
}