/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(0,0,0)
}

A:link {
	color: rgb(0,0,0)
}

A:visited {
	color: rgb(0,0,0)
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(0,0,0);
 	font-weight: bold
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 20px;
 	color: rgb(51,102,153);
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

H3 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 18px
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

A:hover {
	color: rgb(0,0,0)
}