.black-bold-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-bold-txt {
	color: #7CCD06;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.monat {
	color: yellow;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-normal-txt {
	color: #78D002;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black-normal-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.yellow-heading-txt {
	color: #D5BF14;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-heading-txt {
	color: #92C688;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-normal-txt2 {
	color: #95CC89;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.yellow-bold-txt {
	color: #FFCC00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
.yellow-links:link {
	color: #FFEA00;
	text-decoration: underline;
}
.yellow-links:visited {
	text-decoration: underline;
	color: #FFEA00;
}
.yellow-links:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.yellow-links:active {
	text-decoration: underline;
	color: #FFFFFF;
}
body {
	background-color: #0E2C08;
}