html {
	font-family: verdana, arial, sans-serif;
	background-color: #fff;
	color: #000;
}

body {
	margin: 8px; /* Mozilla + MSIE, voller Erfolg! */
	padding: 4px;
	background-color: #eee;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.2em;
}

h1 {
	font-size: 3em;
}

table {
	margin: auto;
	text-align: left;
}

th {
	text-align: center;
}

img {
	border: 0;
}

a {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:link {
	color: #69c;
}

a:visited {
	color: #059;
}

a:hover, a:active {
	color: #059;
	text-decoration: underline;
}

.klein {
	font-size: 0.6em;
}

.gross {
	font-size: 1.7em;
}

.fett {
	font-weight: bold;
}

