

/* German */
/* Font testing displays all chars used by German except ms sans serif has problems including not  */
/* displaying the lowercase esset double s. MACs don't display ? ?   */

body { color: #000000; font-family: arial, helvetica; }
td, p  { color: #000000; font-family: arial, helvetica; }
h1 {
	font-size: 30px;
	color: #000066;
	font-family: "times new roman", times;
	margin-right: 11px;
	text-align: right;
}
h2 {
	font-size: 18px;
	color: #000066;
	font-weight: normal;
	font-family: arial, helvetica;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 408px;
}
.title {
	font-size: 22px;
	font-weight: normal;
	font-family: "arial narrow", arial, helvetica;
}
.intro {
	font-size: 80%;
	color: #000066;
	font-weight: bold;
	margin-left: 35px;
	margin-right: 35px;
}
.fnt {
	font-size: 80%;
}
.cap {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-align: right;
}

/* these two are for spacing of paragraphs around indented image */
.end {
	margin-bottom: 12px;
}
.new {
	margin-top: 12px;
}

.linktext {font-size: 12px; font-family:  geneva, arial, helvetica; }
.appeared {font-size: 12px; color: #ffffff; }
a:hover {color: #0033ff;}
