/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-size: 12px;
 	color: rgb(0,0,255);
 	text-decoration: underline
}

.TextObject {
	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-size: 12px;
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-size: 12px;
 	color: rgb(255,0,0)
}