body {
	background:#000000;
	font-family:Courier New, Courier New, monospace;
	font-size:16px;
}

.reverse {
	background:#00ff00;
	color:#000000;
	/* text-decoration:underline; */
}

.forward {
        background:#000000;
        color:#00ff00;
	/* text-decoration:underline; */
}

a.forward {
        background:#00000;
        color:#00ff00;
        /* text-decoration:underline; */
}        

#lighthouse {
    position:absolute;
    right:0;
    bottom:2em;
    width:400;
    height:160;
    background: transparent url("http://blinkenlicht.de/images/sweep2.png");
}