body  { color: black;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size: 10pt;}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: -3;
}

H2, H3
{
	font-size: 11pt;
	font-weight: bold; 
	margin-bottom: -3;
}

/* 
p = Absatz
td = Tabellen-Zelle
*/

p, td
{
	font-size: 10pt;
}


A
{
Color: #0000CC;
text-decoration: none;
}

A:HOVER
{
Color: #0000CC;
text-decoration: underline;
}

A:ACTIVE
{
Color: #CC0000;
text-decoration: none;
}

li
{
	line-height: 2;
}

/* - A regelt den allgemeinen Link. Die Farbe 0000CC ist blau, und
text-deoration: none bedeutet, es ist nicht unterstrichen.
- A:HOVER bezeichnet das, was passiert, wenn du mit der Maus ueber den Link drueber faehrst. Die Farbe bleibt hier blau, und beim Drueberfahren wird der Link nun unterstrichen. Wenn's dir nicht gefaellt, kannst du A:HOVER auch einfach weglassen.
- A:ACTIVE gibt dem aktiven Link nochmal ne andere Farbe (hier rot). 
Kannst du aber auch weglassen, wenn's dir nicht gefaellt. */

