/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	text-decoration: none 
}

A:link {
	text-decoration: none 
}

.TextObject {
	text-decoration: none 
}

P {
	font-family: Rockwell,  serif;
 	font-size: small
}

.TextNavBar {
	text-decoration: none 
}

A:hover {
	color: rgb(255,0,255);
 	text-decoration: none 
}