/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BLOCKQUOTE {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: 12px
}

H1 {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: 16px;
 	color: rgb(102,102,102);
 	font-weight: bold
}

H2 {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	font-weight: bold
}

P {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

LI {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	vertical-align: baseline;
 	text-decoration: none ;
 	list-style-type: disc;
 	list-style-position: outside;
 	text-align: left;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

A {
	color: rgb(255,102,0)
}

ADDRESS {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}