/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

P {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 20px;
 	font-weight: bold;
 	text-decoration: none 
}

.TextNavBar {
	font-size: 14px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}