@charset "utf-8";
/* CSS Document */
@font-face { 
font-family: "Creeper"; 
src: url('http://www.allesextreem.nl/Creeper.ttf'); 
}
.tekst1 {
font-family: "Creeper"; 
color: #FF9;
}
#wrapper {
	background-color: #000;
}
.verhalen {
	text-align: center;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFC;
}
A:link, A:visited, A:active {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	color: #FF6;
	text-decoration: none;
}