h1.Ueberschrift, .h1
{
   font-family: "Romance Fatal Serif";
   font-weight: normal;
   font-size: 29px;
   text-decoration: none;
   color: #800000;
   --color: #800000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.Normaler Text
{
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #672F0D;
   --color: #672F0D;
}
.Subtitle
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 19px;
   text-decoration: underline;
   color: #800000;
   --color: #800000;
}
