@charset "utf-8";
/* CSS Document */
	h1 {
	background-color: green;
	color: yellow;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
}
	p {
	color: gray;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
table { background-color: #FFC080; }
.gerade {background-color: #FFDFBF; }
