body {
	font: 12px "Trebuchet MS", Tahoma, Verdana;
	color: #333333;	
}

a:link {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:visited {
	color: #333333;
}

h1{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

ul{
	padding-left: 20px;
	padding-top:5px;
	padding-bottom: 5px;
}

ol{
	padding-left: 20px;
	padding-top:5px;
	padding-bottom: 5px;	
}

li{
	list-style:outside;
	margin-left:5px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom: 5px;	
}

p{
	margin: 3px;
}

a:link {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: Green;
	text-decoration: underline;
	border: Black;
}
a:visited {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006400;
	text-decoration: underline;
	border: Black;
}
a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: Teal;
	text-decoration: underline;
}

.underline {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	text-decoration: underline;
}
	
.klein {
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}
.klein2 {
	font-size: 9px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}

.fout {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

