.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;
}
.kapitaelchen {
	font-family: Times;
	font-size: 14px;
	font-variant: small-caps;
}
.rechts {
	font-family: times;
	font-size: 16px;
	text-align: right;
}
.kleinmitte {
	font-family: times;
	font-size: 12px;
	text-align: center;
}
.links {
	font-family: times;
	font-size: 16px;
	text-align: left;
}
.kleinrechts {
	font-family: times;
	font-size: 12px;
	text-align: right;
}
.gross {
	font-family: times;
	font-size: 20px;

}
.grossrechts {
	font-family: times;
	font-size: 24px;
	text-align: right;
}
