body {
	font-family: Open Sans Condensed, sans-serif;
	font-size: 200px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(https://grndd.de/img/background.jpg);
	background-repeat: repeat;
	color: #FFF;
	
}

h2 {
	font-family: 'Orbitron', sans-serif;
	
}	

a:link { font-weight:normal; color:white; text-decoration:none; }
a:visited { font-weight:normal; color:silver; text-decoration:none; }
a:focus { font-weight:normal; color:red; text-decoration:underline; }
a:hover { font-weight:normal; color:red; text-decoration:none; }
a:active { font-weight:normal; color:white; text-decoration:underline; }


a.content:link { font-weight:normal; color:black; text-decoration:none; }
a.content:visited { font-weight:normal; color:grey; text-decoration:none; }
a.content:focus { font-weight:normal; color:red; text-decoration:underline; }
a.content:hover { font-weight:normal; color:red; text-decoration:none; }
a.content:active { font-weight:normal; color:black; text-decoration:underline; }