@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #EEEEEE;
	margin-top: 30px;
}
span, p  {
	font-size: 12px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}



a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
.right {
	text-align: right;
}
.gelb {
	background-color: #FFFF00;
}
.center {
	text-align: center;
}
.read {
	font-size: 18px;
	line-height: 24px;
}
.under {
	text-decoration: underline;
}

