
body,p,div,a,td,tr,table {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

a {
    color: blue;
}

h1 {
    font-size: 18pt;
    font-weight: bold;
}

h2 {
    margin-top: 50px;
    font-size: 14pt;
    font-weight: bold;
}

/* code blocks by code tag */
pre.code {
  font-size: 120%;
  padding: 0.5em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #f7f9fa;
  overflow: auto;
}

/* div id=fusszeile */
#fusszeile {
    color: red;
}
