body, html, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; /* kursiv */
	font-variant: normal; /* Kapitälchen */
	font-weight: normal; /* fett */
	font-stretch: normal; /* Schriftlaufweite */
	/*line-height: 14pt; */
	text-decoration: none; /* unterstrichen */
	color: #000000;
}

a {
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration:none; 
}

a:hover {  
	color: white;
	font-weight: bold;
	font-style: normal;
	text-decoration:none; 
}

