@charset "utf-8";
/* CSS Document */
.ntxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	width:auto;
}
body {
	background-image: url(../images/BachGr.jpg);
}
.ntxtw{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#FFFFFF;
}
.ltxtw{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFFFFF;
}
.ltxt {
	font-family: "Courier New", Courier, monospace;
	outline-color: #FFFFFF;
	font-size:11px;
}

.ltxt a:link {
	color: #000000;
	text-decoration: none;
}

.ltxt a:visited {
	color: #666666;
	text-decoration: none;
}

.ltxt a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.ltxt a:active {
	color: #000000;
	text-decoration: none;
}