/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Link {
	font-family: Papyrus, cursive;
 	font-size: 14px;
 	color: rgb(153,51,51);
 	font-weight: bold
}

.TextObject {
	color: rgb(191,183,106);
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextNavBar {
	color: rgb(191,183,106);
 	background-color: transparent;
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}