body {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : medium;
        background-color : black;
}

A {
	color : Silver;
}

A:Hover {
	color : Red;
	text-decoration : underline;
}

table {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
        font-size: 90%;
}

.construction { font-size : 130%;
                font-weight : bold;
                font-style : italic;             
}      

.gehostet     { font-size : 115%;
                font-style : italic;
                text-align: center;
}      