<!--

/*--------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 solid gray; }
td { padding:15px; }



h1 {
font-size: 18pt;
margin-top: 4px;
padding-bottom: 3pt;
color: blue;
}



h2 {
font-size: 15pt;
margin-top: 4px;
padding-bottom: 3pt;
color: black;
}

li {color: blue;}

b {color: blue;}


h3 {
font-size: 12pt;
margin-top: 4px;
padding-bottom: 3pt;
color: blue;
}

-->