body {
	background-color: #F5E8C5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(maps_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}


.comment {
	font-size: 75%;
	font-style: italic;	
}


h2 {
	font-size: 160%;
	color: #F5E8C5;
	font-family: "Courier New", Courier, mono;
}

h3 {
	font-size: 140%;
	color: #663366;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

table {
	background-color: #000000;
	color: #F5E8C5;
	background-image: url(tbl_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

a {
	color: #C00;
}
a:hover {
	color: #F90;
}

.gelb {
	color: #FF0;
}

li {
	color:#CCC;
}