body {
  background-color: #DFEBF8;
  color: #000000;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight : normal;
 }


td {
  color: #ffffff;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight : normal;
}

b {
  color: #F7CC03;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold;
}

strong {
  color: #F7CC03;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold;
}

A {
  color: #FCF109;
	font-size: 11px;
  text-decoration: none;
	font-weight: bold;
}

A:hover {
  color: #ffffff;
  text-decoration: none;
}

.kleinbold {
  color: #FCF109;
	font-size: 10px;
  text-decoration: none;
	font-weight: bold;
}

.boldwit {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight : bold;
	vertical-align : middle;
}