/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.LinkDS:hover {
	font-size: 13px;
 	color: rgb(0,92,161);
 	text-decoration: underline
}

.LinkDS{
	font-size: 13px;
 	color: rgb(85,82,82);
 	text-decoration: none 
}

.TextNavBar{
	font-size: 13px;
 	color: rgb(0,51,153);
 	font-weight: normal;
 	font-style: normal
}

.LinkDS:link {
	font-size: 13px;
 	color: rgb(0,92,161);
 	text-decoration: none 
}

.LinkDS:visited {
	font-size: 13px;
 	color: rgb(85,82,82);
 	text-decoration: none 
}

.LinkDS:active {
	font-size: 13px;
 	color: rgb(85,82,82);
 	text-decoration: none 
}