@charset "utf-8";
/* CSS Document */

p {
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	color: #000;
}

body {
	font-family: "Comic Sans MS", cursive;
}
#wrapper {
	background-color: #A0C1D2;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: medium ridge #00C;
	padding: 10px;
}
h1 {
	font-size: 36px;
	color: #009;
}

#wrapper table tr td {
	text-align: justify;
}

.copyright {
	font-size: 10px;
}

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #900;
	test-decoration: none;
	text-decoration: underline;
}
a:hover {
	background-color: #DEE9EF;
	text-align: center;
	test-decoration: none;
}
#wrapper p .red {
	color: #900;
}
h2 {
	font-size: 24px;
	color: #009;
}
.corrections {
	color: #F0F;
}
.suchestop {
	color: #C00;
	font-size: 24px;
	font-weight: bold;
}
.redstar {
	color: #C00;
}
#left {
	text-align: left;
}
.italic {
	font-style: italic;
}

