.TextNormal {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.TextFett {
	font-family: Arial, Tahoma, Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:link {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #FFFFCC;
}