.backgr1 {
	background-color: #95ab6f;
}
.backgr2 {
	background-color: #e8f2d4;
}
.backgr3 {
	background-color: #bbcccc;
}
.backgr4 {
	background-color: #FFFFFF;
}
.backgr5 {
	background-color: #000000;
}
.stdschrft {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
}
.stdschrft-b {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.link-schrift {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.list-schrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
}
ul {
	color: #000000;
	margin-left: 15px;
	list-style-type: disc;

}
ul a:link {
	text-decoration: underline;
	color: #000000;
}
ul a:visited {
	text-decoration: underline;
	color: #666666;
}
ul a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
ul a:active {
	text-decoration: underline;
	color: #666666;
}
ul a:focus {
	text-decoration: underline;
	color: #CCCCCC;
}
input {
border: 1px solid #666666;
background-color: #e8f2d4;
}

textarea {
border: 1px solid #666666;
background-color: #e8f2d4;
}
