body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
p {
	font-size: 100%;
}
li {
	font-size: 100%;
	list-style-type: disc;
}
.rottext {
	color: #FF0000;
}
td {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
.kleintext {
	font-size: 80%;
}
.grosstext {
	font-size: 160%;
}
.mitteltext {
	font-size: 120%;
	font-weight: bold;

}
.grossrottext {
	font-size: 200%;
	color: #FF0000;
}
.mittelrottext {
	font-size: 130%;
	color: #FF0000;
}
.hyperlink {
	color: #FF0000;
	text-decoration: underline;
}
