@import url(http://fonts.googleapis.com/css?family=Metal+Mania);
@import url(http://fonts.googleapis.com/css?family=Acme);

html, body {
        font-family: 'Metal Mania' ;
	background-color: #14080a;
	color: #F0F0F0;
    <!--Metal Mania wird als Standard verwendet-->
}

 h1 {
	font-family: 'Metal Mania', bold;
	font-size: 72px;
	text-align: center;
}

h2 {
	font-family: 'Metal Mania', bold;
	font-size: 24px;
}

p {
	font-family: 'Acme', sans-serif;
	font-size: 18px;
}
a:link { text-decoration:none; color:#BF3452;}
a:visited { text-decoration:none; color:#9DC41D;}
a:hover { text-decoration:underline;}
a:active { text-decoration:underline;}