body {
  	background: #000000;
  	color: #FFFFFF;
  	font-family: Times New Roman;
  	text-align: center;
}
#inhalt {
  	text-align: left;
  	font-family: courier;
  	width: 589px;
  	position: absolute;
  	left: 50%;
  	margin-left: -294px;
  	color: #FFFFFF;
}
#inhalt ul {
    list-style-type: none;
    color: #FFFFFF;
}
#inhalt a,
#inhalt a:link,
#inhalt a:visited,
#inhalt a:active {
  	color: #FFFFFF;
  	text-decoration: none;
}
#inhalt a:hover {
  	text-decoration: underline;
  	color: #FFFFFF;
}