
@font-face {
  font-family: 'TeX Gyre Chorus'; 
  font-style: normal;
  font-weight: 400;
  src: local('TeX Gyre Chorus Regular'), local('TeX Gyre Chorus-Regular'), 
  url(https://www.airikas-traum.de/fonts/texgyrechorus-mediumitalic.woff) format('woff'),
  url(https://www.airikas-traum.de/fonts/texgyrechorus-mediumitalic.woff2) format('woff2');
  url(https://www.airikas-traum.de/fonts/texgyrechorus-mediumitalic.ttf) format('ttf');
  url(https://www.airikas-traum.de/fonts/texgyrechorus-mediumitalic.eot) format('eot');
}


	img { border: none }

	body { 	font-family : 'TeX Gyre Chorus', 'URW Chancery L', 'Monotype Corsiva', fantasy; 
	     	font-size : 18px; 
        	line-height: 120%;
	     	background-color: #EBEBCB 
		}

	a:link {text-decoration: none; }
	a:visited {text-decoration: none; }
	a:hover {text-decoration: underline; }
	a:active {text-decoration: underline; }
	
	div#header {
		font-family : 'TeX Gyre Chorus', 'URW Chancery L', 'Monotype Corsiva', fantasy;
		text-align : center 
		}

	div#content {
        	position: absolute;
        	left: 15%;
        	width: 70%;
        	}

	p {
        	line-height: 120%;
        	margin-bottom: 1.6em
        	}
	
