/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(255,0,0)
}

A:link {
	color: rgb(255,255,255);
 	text-decoration: none 
}

A:visited {
	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none 
}

A {
	color: rgb(0,0,255)
}

ADDRESS {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	font-weight: normal;
 	font-style: normal
}

.Datum {
	color: rgb(0,0,255);
 	font-weight: bold
}

A:hover {
	color: rgb(255,255,255);
 	text-decoration: none 
}