/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: "Franklin Gothic Medium",  sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	text-decoration: none 
}

A:link {
	font-family: "Franklin Gothic Medium",  sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	text-decoration: none 
}

H1 {
	font-family: "Franklin Gothic Medium",  sans-serif;
 	font-size: 16px;
 	color: rgb(204,204,204);
 	font-weight: bold
}

P {
	font-family: "Franklin Gothic Medium",  sans-serif;
 	font-size: 14px;
 	color: rgb(204,204,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	font-family: "Franklin Gothic Medium",  sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	text-decoration: none 
}

.TextNavBar {
	font-family: "Franklin Gothic Medium",  sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	font-size: 14px;
 	color: rgb(204,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}