h1 {
    font-size: 24;
}

img {
   margin: 2;
}

div#site {
    font-family: verdana,geneva; 
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    font-size: 20;
}

div#link1 {
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
}

div#link2 {
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
}

a#a {
  font-size: 24;
}

a:link { font-size: 18; font-family: verdana,geneva; font-weight: bold; color: #e49d18; text-decoration: none; }
a:visited { font-size: 18; font-family: verdana,geneva; font-weight: bold; color: #e49d18; text-decoration: none; }
a:focus { font-size: 18; font-family: verdana,geneva; font-weight: bold; color: #e49d18; text-decoration: underline; }
a:hover { font-size: 18; font-family: verdana,geneva; font-weight: bold; color: #e49d18; text-decoration: underline; }
a:active { font-size: 18; font-family: verdana,geneva; font-weight: bold; color: #e49d18; text-decoration: underline; }

body {
  background-color: #a5121c;
  font-size: 100.01%;
  margin: 0; padding: 1em;
}
