body {
	   font-family: serif;
	   background-color: #111111; 
	   color: #ffffff;
	   padding: 0;
	   margin: 0;
	   font-family: Garamond;
	   text-shadow: #ADADAD 0.1em 0.1em 0.3em;
	}
      
div.oben {
		padding-top: 40px;
		text-align:			center;
		font-size:			20px;
		letter-spacing:		7pt;
	}
	
div.unten {
		padding-top: 30px;
		text-align:			center;
		font-size:			15px;
		letter-spacing:		3pt;
	}

a:link, a:visited, a:hover, a:active, a:focus {	
	font-family: 		serif;
	text-decoration:	none; 
	font-family: 		Garamond;
	text-shadow: 		#ADADAD 0.1em 0.1em 0.3em;
	color: #FFFFFF;
	outline: none;

	}
	
