body {
	font-family: western, fantasy;
	font-size: 25px;

    background-image: url(Pencil.jpg);
    background-repeat: no-repeat;
    
}
h1, h2, h3 {
	color: wheat;
}
p  { color: white;
}
.Antwort { color: red;
}
table,tr,td{
	border:solid 1px black;
}
.klein1{
	font-size: 1em;
}
.klein2{
	font-size: 0.75em;
}
