/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Zeitung {
	font-size: small;
 	font-weight: bold
}

.Subheads {
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: x-small;
 	font-weight: normal
}

.Quotes {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	font-weight: normal;
 	font-style: italic
}

.Footnotes {
	font-family: Marlett;
 	font-size: x-small;
 	font-weight: normal
}

.Caption {
	font-family: Marlett;
 	font-size: x-small;
 	font-weight: normal;
 	font-style: italic
}

.Code {
	font-family: Marlett;
 	font-size: small;
 	color: rgb(0,0,0);
 	font-weight: normal
}

.Credits {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	font-weight: bold;
 	text-align: center
}

P {
	font-size: small;
 	font-weight: normal
}

H4 {
	font-size: small
}

ADDRESS {
	font-size: small;
 	font-weight: normal
}

PRE {
	font-family: Marlett;
 	font-size: small;
 	font-weight: normal
}