@charset "utf-8";
/* CSS Document */
.green {
	color: #090;
}
.titel {
	font-family: "Courier New", Courier, monospace;
	color:#000;
}
.titelrood {
	color: #D22828;
}
.footer {
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
}
.vet {
	font-weight: bold;
	color: #D22828;
	font-family: "Courier New", Courier, monospace;
}
.headliner {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }

