/* beachte : um eine korrekte Darstellung zu erhalten ist die Reihenfolge 
   link, visited, hover, active, focus einzuhalten. */
a:link {
    color: black;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    padding:8px 0 8px 8px;
    margin: 8px 0 8px 8px; 
/*    background-color: #eee; */
    text-decoration: underline;
  }
a:visited {
    color: #006600;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    padding:8px 0 8px 8px;
    margin: 8px 0 8px 8px; 
 
 
/*    background-color: #eee; */
    text-decoration: underline;
  }
a:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: #AFB9BA;
    text-decoration: none;
  }
a:active {
    color: red; 
/*    background-color: gray;*/
  }


h1 {
font-family: Arial, Helvetica, sans-serif; 
font-size: 24px; 
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: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none;
margin: 8px 0 8px 8px;
padding:8px 0 8px 8px;
}
h3 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
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;
}
.snack-link {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
text-decoration: none;
}
