/* Grundeinstellung FONT-Art für alle Texte */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Comic Sans MS,Tekton,Arial,sans-serif; font-size-adjust:0.54 }

/* Grundeinstellung FONT-Größe für alle Texte ohne Überschriften */
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }
body {  }


/* Links */

A:link	{
	text-decoration:	none;
	font-weight:	bold;
	color:	#CC0000;
	}

A:visited	{
	text-decoration:	none;
	font-weight:	bold;
	color:	#CC0000;
	}

A:active	{
	text-decoration:	none;
	font-weight:	bold;
	color:	white;
	background:	#FFEE00 ;
	}



A:hover	{
	text-decoration:	none;
	color:	red;
	background:	#FFEE00;
	}

SMALL { font-size:8pt; } 

