.td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 000000;
	text-decoration: none;
	background-color: #D9AD82;
	border: thin solid #000000;
}
.binnenkant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: 000000;
	text-decoration: none;
	border: thin solid #000000;
	background-color: #B8CCCC;
}
a {
  text-decoration:underline;
}

A:link {
	color: #000000;
	text-decoration: underline;
}

A:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
  color: #FFFFFF;text-decoration:underline;
}

