@import url(../main.css);

/* Überschriftenabsatz */
*.ueberschrift
{
 font-size: large;
 font-weight: bold;
 text-decoration: underline;
}

p.Blocksatz
{
 text-align: justify;
}