/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	background-image: url( "./H_B.JPG" );
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: center
}

A:active {
	color: rgb(0,102,51);
 	text-decoration: overline
}

A:link {
	color: rgb(0,0,153)
}

A:visited {
	color: rgb(0,102,51)
}

H1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12pt;
 	font-weight: normal;
 	font-style: normal
}

H2 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 10pt
}

A {
	color: rgb(0,102,51)
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 7pt
}

A:hover {
	color: rgb(204,0,0)
}