<!--

/*--------Grundeinstellungen-----------------------------------------------------*/

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: white;
color: black;
}

a:link { color: blue; text-decoration:none; }
a:hover { background-color: yellow; }
a:visited { color:blue; text-decoration:none;  }
td { border:1px dashed black; }
td { padding:15px; }

h1 {
font-size: 20pt;
margin-top: 4px;
padding-bottom: 3pt;
color: blue;
}



h2 {
font-size: 18pt;
margin-top: 4px;
padding-bottom: 3pt;
color: green;
}

li {color: green;}

b {color: green;}


h3 {
font-size: 14pt;
margin-top: 4px;
padding-bottom: 3pt;
color: red;
}

-->
