td {
	font-family : Arial Narrow, Arial, sans-serif;
	font-size : 15px;
	color : black;
}

b {
	color : navy;
}

a {
	color : blue;
	text-decoration : underline;
}

a:hover {
	color : red;
}

.klein {
	font-size : 13px;
}

.gross {
	font-weight : bold;
	font-size : 17px;
}

.frage {
	color : navy;
	font-style : italic;
}
