body {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	background-color:#CCCCFF
}

/****** content ******/

/* text */
h1 {
	font-family:Courier New,Courier,monospace;
	font-size:28px;
	font-weight:lighter;
	color:#333333;
	line-height:28px;/*/*/
	vertical-align:top;
	margin-top:0px;
	margin-bottom:30px;/* */
}
h2 {
	font-family:Courier New,Courier,monospace;
	font-size:20px;
	font-weight:lighter;
	color:#333333;
	letter-spacing:1px;
	line-height:20px;/*/*/
	vertical-align:top;
	margin-top:24px;
	margin-bottom:12px;/* */
}
h3 { font-family:Courier New,Courier,monospace; font-size:14px; font-weight:bold; color:#333333; line-height:18px;/*/*/ margin-top:0px; margin-bottom:0px;/* */}
.text { font-family:Courier New,Courier,monospace; font-size:41px; color:#333333; line-height:18px;/*/*/ margin-top:0px; margin-bottom:18px;/* */}

p {
	font-family:Courier New,Courier,monospace;
	font-size:14px;
	color:#333333;
	line-height:18px;/*/*/
	margin-top:0px;
	margin-bottom:10px;/* */
}
li { font-family:Courier New,Courier,monospace; font-size:14px; color:#333333;}
/****** content. ende ******/
/****** links ******/

/* email */
.email {
	font-family:Courier New,Courier,monospace;
	font-size:14px;
	color:#660000;
	line-height:18px;/*/*/
	margin-top:0px;
	margin-bottom:18px;/* */
}
.email a:link {
	color:#660000;
	text-decoration:none;
}
.email a:hover {
	color:#FF3300;
	text-decoration:none;
}
.email a:visited {
	color:#660000;
	text-decoration:none;
}
.email a:visited:hover {
	color:#FF6600;
	text-decoration:none;
}

/* link */
.link {
	font-family:Courier New,Courier,monospace;
	font-size:14px;
	color:#660000;
	line-height:18px;/*/*/
	margin-top:0px;
	margin-bottom:18px;/* */
	text-decoration: none;
}
.link a:link {
	color:#660000;
	text-decoration:none;
}
.link a:hover {
	color:#FF3300;
	text-decoration:none;
}
.link a:visited {
	color:#660000;
	text-decoration:none;
}
.link a:visited:hover {
	color:#FF3300;
	text-decoration:none;
}

/* pdf */
.pdf {
	font-family:Courier New,Courier,monospace;
	font-size:14px;
	color:#FF3300;
	line-height:18px;/*/*/
	margin-top:0px;
	margin-bottom:18px;/* */
}
.pdf a:link {
	color:#FF3300;
	text-decoration:none;
}
.pdf a:hover {
	color:#FF3300;
	text-decoration:none;
}
.pdf	a:visited {
color:#FF3300;
	text-decoration:none;
}
.pdf a:visited:hover {
	color:#FF3300;
	text-decoration:none;
}

