.standard {
	font-family: Times New Roman;
	font-size: 16px;
	color: #000000;
	text-align: justify;



}
.kleiner {
	font-family: Times New Roman;
	font-size: 12px;
	text-align: justify;
}
.groesser {
	font-family: Times New Roman;
	font-size: 24px;
	text-align: justify;

}
.mittig {
	font-family: Times New Roman;
	font-size: 16px;
	text-align: center;
}
.unter {
	text-decoration: underline;
}
.durch {
	text-decoration: line-through;
}
.grossmitte {
	font-family: Times New Roman;
	font-size: 24px;
	text-align: center;
}
.shadow {
	filter: DropShadow(Color=FFFFFF, OffX=10, OffY=10, Positive=10); }
