body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	margin-left: 0;
	padding-left: 0;
	color: white;
	background: black;
	text-align: center;
}

.nav {
	margin-top: 1em;
	margin-bottom: 2em;
}

.pic {}

.contents { text-align: left}

.contents { padding: 0 }

.back {  padding-top: 1em; }

/* index.html keine tabelle mehr */
td { text-align: center; }

a:link {
	color: #b0b0b0;
	background: transparent;
	text-decoration: underline;
}


a:visited {
	color: #b0b0b0;
	background: transparent;
	text-decoration: underline;
}



a:hover {
	color: black;
	background: white;
	text-decoration: none;
}

a:active {
	color: white;
	background: silver;
	text-decoration: none;
}


/*Firefox index.html*/
a img { border: 0 }

