/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.navigationtext. {
	font-size: 12px;
 	color: rgb(30,28,28);
 	text-decoration: none ;
 	font-variant: normal;
 	margin: 5px 10px
}

.TextNavBar {
	font-family: "Times New Roman",  Times,  Serif;
 	border: 6px solid rgb(153,153,153)
}

A:hover {
	background-color: rgb(255,0,0);
 	background-attachment: scroll
}
