@charset "utf-8";
/* CSS Document */

.author {
   font-size:11px; 
   font-weight:bold;
   font-style:normal; 
   color:#961207;
}

.title {
   font-size: 16px;
   font-weight: bold;
   color: #FF0000;
   text-align: center;
}

.blocksatz {
   text-align: justify;
}

.blau {
   color: #0000FF;
}

.rot {
   color: #FF0000;
}

.fett_blau {
   color: #0000FF;
   font-weight: bold;
}

.fett_gruen {
   color: #009900;
   font-weight: bold;
}

.fett_rot {
   color: #FF0000;
   font-weight: bold;
}

.zentriert {
   text-align: center;
}


