/* Hauptformate */

/* verwendete Farben
   Grautöne: hellgrau #f5f5f5 z.B. Zellenrahmen links/ oben
             dunkelgrau: #333333 z.B. Schriftfarbe
   Brauntoene: pastel-sandgelb #ffffee z.B. Hintergrund der Tabellenueberschrift
               pastel-sandgelb2 #ffffdd z.B: Zellenrahmen rechts/ unten
               rot-braun #cc0033 z.B. Ueberschriftfarbe
			   dunkel-braum #802f2f z.B. unselected Menü-Links
   bevorzugte Abstände: 1024, 614, 369, 221, 133, 80, 48, 29, 17, 10, 6, 4, 2, 1
*/
body, li, a
{
 font-family:Arial, Tahoma, sans-serif;
 color: #333333;
 font-size: 12px;
 text-decoration: none
}
			  
h1
{
 font-size:18px; 
 text-decoration:underline
}

h2
{
 font-size:16px; 
 text-decoration:underline
}

h3
{
 font-size:14px;
 text-decoration:underline
}

a:link
{
 text-decoration:underline;
 border:none;
 border-width:0px
}