body, p, td, th, div, h1, h2, h3 {
	font-family:Courier;
	font-size:10pt;
	color:#ffffff;
	font-weight:normal;
	font-style:small;
}

a {
	color:#ffffff;
	text-decoration:none; 
}

 a:hover{
 color:yellow;
 text-decoration:none;
 }
 

body {
	background-color: #000000;
	background-image: url('img/doepfer.gif');
	align:center;
	border: 0;
}

 td:hover{
 background-color:yellow;
 }
 
 #horizon        
	{
 position: absolute;
 width: 320px;
 height: 120px;
 left: 50%;
 top: 50%;
 margin-left: -160px;
 margin-top: -60px;
	}