body {background-color: #e0e0f0;}
*            {font-family:'segoe ui';}
h1           {color: #13357a}
.liederliste { font-size: 141% }

@media only screen and (max-width: 800px) {
  * {
    font-size:141%;
  }
  body {background-color: #ffffff;}
  a {
    font-size:141%;
  } 
}

