H1 { font-size: 15px; }
H2 { font-size: 13px; }
H3 { font-size: 11px; }
H4 { font-size: 10px; }
H5 { font-size: 9px; }
H6 { font-size: 8px; }

.author {
	font-weight:bold;
	font-style:normal; 
	color:#961207;
}

span.author {
	font-weight:bold;
	font-style:normal; 
	color:#961207;
}

rote-Schrift {
        font-weight:bold;
        font-style:normal;
        color:#FF0000;
}

span.rote-Schrift {
        font-weight:bold;
        font-style:normal;
        color:#FF0000;
}

gruene-Schrift {
        font-weight:bold;
        font-style:normal;
        color:#228B22;
}

span.gruene-Schrift {
        font-weight:bold;
        font-style:normal;
        color:#FF228B22;
}

blaue-Schrift {
        font-weight:bold;
        font-style:normal;
        color:#00008B;
}

span.blaue-Schrift {
        font-weight:bold;
        font-style:normal;
        color:#00008B;
}



.align-left {
	text-align: left;
}
 
.align-center {
	text-align: center;
}
 
.align-right {
	text-align: right;
}

.align-center img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
} 

