/* CSS Document */
* {
	margin:0px;
	padding:0px;
	
}
body {
background-image: url(entertainer/hg1.jpg);
}

.hoch {
margin-top: -5px;
}
p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	font-weight: bold;
	color: 333333;
}
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	font-weight: bold;
	color: 333333;
	}
	
a   { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	
}
a:hover {	text-decoration: underline; }	
	
.linkdesign {
	text-decoration: underline;
	color: 000000;
}
.normalschrift {
font-weight:normal;
}
