body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.Stil1 {
	font-size: large;
	font-weight: bold;
	color: teal;
}
.Stil2 {
	font-size: large;
	font-weight: bold;
}
.teal {
	color: teal;
}
a:link {
	color: #0022BB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0044CC;
}
a:hover {
	text-decoration: underline;
	color: #0044DD;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

