h1 {
        color: rgb(190, 7, 62);
        font-family: arial, helvetica, sans-serif;
        font-size: 26px;
}
h2 {
        color: rgb(242, 110, 59);
        font-family: arial, helvetica, sans-serif;
        font-size: 20px;
}
p {
   color: black;;
   font-family: arial, helvetica, sans-serif;
   font-size: 16px;
   line-height:120%;
   margin-bottom: 2%;
   margin-top: 2%;
}
p.trenner {
   color: rgb(0, 153, 0);
        font-family: arial, helvetica, sans-serif;
        font-size: 20px;
   text-align: center;
   line-height:100%;
   margin-bottom: 5%;
   margin-top: 0%;
}
nav {
        color: black;;
   font-family: arial, helvetica, sans-serif;
   font-size: 16px;
   line-height:120%;
   margin-bottom: 2%;
   margin-top: 2%;
}
a {
   text-decoration: none;
      color: navy;
     line-height:120%;
}
hr {
    border: 1px solid rgb(0, 153, 0);
    border-radius: 5px;
}
footer {
        text-align: right;
        font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: black
   ;
}
img {
    max-width: 100%;
    height: auto;
}
th, td {
    padding-right: 200px;}
pre {
   font-family: monospace;
   font-size: 14px;
   line-height:100%;
   margin-bottom: 0%;
   margin-top: 0%;
   }
