/*
//---------------------------------------------------
// Projekt: wittek-schornsteinfeger
// Datei: index.css
// Datum: 2021-05-15
// Autor: Dipl.-Ing. Karl-Heinz Wittek
//---------------------------------------------------    
*/
body {
    margin:0px;
    padding:0px;
    background-color:rgb(210, 230, 248);
    color:#000;
    font-family: arial,verdana,sans-serif;
}

h1, h2, h3 {
  color:#00A;
  margin-bottom: 5px;
  margin-top: 10px;
}

.menuLink {
  cursor: pointer;
  text-decoration: underline;
  color: blue;
}
/*
//---------------------------------------------------    
*/