body {
	background-color: #FFFFFF;
	padding: 15px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: lowercase
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	background-color: #333333;
}
li {
	list-style-type: disc;
	list-style-image: url(images/pfeilrechts2.gif);
	margin: 0px;
	padding-left: 10px;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF6633;
	text-decoration: none;
}
.smalltext {
	font-size: 10px;
}
