@charset "UTF-8";
.TanzBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 1100px;
	width: 850px;
	left: 10%;
	top: 3px;
	z-index: 1;
}
.IntroText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a:visited {
	color: #660000;
}
a:link {
	color: #660000;
}
a:hover {
	color: #FFFFFF;
}
