  body {
    color: black; background-color: #99CCCC;
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0; padding: 0;
  }

/* beachte : um eine korrekte Darstellung zu erhalten ist die Reihenfolge 
   link, visited, hover, active, focus einzuhalten. */
a:link {
    color: #993399; 
    background-color: #eee; 
    text-decoration: underline;
  }
a:visited {
    color: black; 
    background-color: #eee; 
    text-decoration: underline;
  }
a:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: gray;
    text-decoration: none;
  }
a:active {
    color: white; background-color: gray;
  }


h1 {
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
left: auto; 
top: auto;
}
h2 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none;
}
h3 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none;
}
.rezept1 {  
font-family: "Comic Sans MS"; 
font-size: 36px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #003366; 
text-decoration: none;
}
p {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
margin-left:10px;
margin-right: 8px; 
text-align: justify;
}
.rezeptgruppe-link {  
font-family: Arial, Helvetica, sans-serif; 
text-align: left; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
margin-left: 10px;
}
hr {  
color: #6699FF;
}
.jubel {  
font-family: "Comic Sans MS"; 
font-size: 24px; 
font-style: normal; 
font-weight: bold; 
color: #333366;
}
.textblock {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
text-align: justify;
}

