/* HAMMEL */
	@import url(http://fonts.googleapis.com/css?family=Electrolize);

	p.texte{
		font-family : Electrolize;
		font-size : 1.3em;
		line-height : 1.5em;
		width : 42em;
		text-align : justify;
	}

	p.texte:first-letter{
		font-size : 2em;
		color : #003;
	}
	
	p.literatur, p.biografie, p.url{
		font-family : arial;
		margin : 0 auto;
		text-align : justify;
	}
	
	a:hover{
		text-decoration : underline;
	}