  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: #000080;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
 /*   margin: 0 0 0 8px; da dem Link ein p Tag vorangesetzt wird, hier kein margin angeben, da diese sonst addiert werden*/
    text-decoration: none;
  }
a:visited {
    color: #006600;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
/*    margin: 0 0 0 8px; */
    text-decoration: none;
  }
a:hover {
    color: #000000; 
    text-decoration: underline;
  }
a:active {
    color: red;
  }
h1 {  
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; 
    font-size: 32px; font-style: normal;
    margin: 0 0 0 8px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
	}
h2 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;

	}
h3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;

	}
p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	margin-left:4px;
	margin-right:4px;
	}
hr {  color: #6699FF}

.rezept1 {  
	font-family: "Comic Sans MS"; 
	font-size: 36px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #003366; 
	text-decoration: none;
	}
.rezeptgruppe-link {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	margin-left: 10px;
	}
	
.jubel {  
	font-family: "Comic Sans MS"; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	color: #333366;
	}
.blocktext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	text-align: justify;
	}

