body {
	margin: 0px;
	font: 48pt georgia,times,serif;
	background-color: black;
}

.martijn {
	line-height: 20pt;
	text-align: center;
	background-color: #0f0;
	padding:5px;
}

.enter {
	margin-top: -28px;
	float: right;
	color: #0f0;
}

.enter:hover {
	background-color: #0f0;
	color: #fff;
	cursor: crosshair;
}

.comment {
	position: absolute;
	bottom: 0px;
	text-align: center;
	color: white;
	font-style: italic;
	font-size: 10pt;
}


