body{
	background-color: Black;
	color: #F3DF8D;
	font-family: Garamond;
	font-size: 17px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: White;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: Black;
	scrollbar-highlight-color: Black;
	scrollbar-shadow-color: Black;
	scrollbar-track-color: Black;
}
a:link{
	color: #FF8C00;
	text-decoration: underline;
}
a:active{
	color: Red;
	text-decoration: underline overline;
}
a:hover{
	color: #FF8C00;
	text-decoration: none;
}
a:visited{
	color: #FF8C00;
	text-decoration: underline;
}
a.link:link{
	color: #FF8C00;
	text-decoration: underline;
}
a:active{
	color: Red;
	text-decoration: underline overline;
}
a:hover{
	color: #FF8C00;
	text-decoration: none;
}
.ueberschrift{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.text{	
	color: #F3DF8D;
	font-family: Garamond;
	font-size: 17px;
	font-weight: bold;
	text-align: justify;
}