body{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;

}

#daten{
	position: absolute;
	z-index: 1;
	width: 600px;
	left: 100px;
	top: 30px;
}

#asciicode{
	position: absolute;
	z-index: 1;
	width: 300px;
	left: 700px;
	top: 30px;
}

.asciicode {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 4px;
	text-decoration: none;
	font-style: normal;
	color: #999999;
}
a:link, a:visited{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover, a:active{
	text-decoration:underline;
	color: #99CC00;
	cursor: pointer;
}
td {
	font-size: 0.8em;
	line-height: 1.6em;

}
