/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.RedLink {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(255,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(255,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}