@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: Creeper;
 src: url("creeper_.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("creeper_.ttf") /* TTF file for CSS3 browsers */
}

.tekst1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9;
	font-size: small;
	text-decoration: blink;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF33;
}

#wrapper {
	background-color: #000;
}
.verhalen {
	text-align: center;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFC;
	background-color: #999999;
}
A:link, A:visited, A:active {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	color: #FF6;
	text-decoration: none;
}

