BODY{
        background-color : Black;
        color : Red;
        font-family : Arial, Helvetica, sans-serif;
        font-size: small;
}
H1{
        font-family: serif;
        font-size: x-large;
}
H2{
   font-size: large;
}
H3{
   font-size: large;
}

HR{
   color : Red;
}
A{
        color : Blue;
}
A:hover{
        color : Yellow;
        text-decoration : overline underline;
}
A:visited{
        color : Fuchsia;
        text-decoration : underline;
}

.regieanw{
          font-style : italic;
          font-size: small;
          font-weight: normal;
}

.quelle{
        font-style : italic;
        font-size: small;
        font-weight: normal;
        text-align: right;
}