A		{
		text-decoration:none;
		color:4169E1
		}

A:Hover 	{
		text-decoration:underline;
		color:DC143C
		}
		
A.selected {
		text-decoration:none;
		color:DC143C
		}

/* tb steht fuer "text bold", d. i. das Ueberschriftformat */
			
.tb		{font-weight:bold}
			
/* tn steht fuer "text normal", d. i. das regulaere Textformat */
			
.tn		{font-size:10pt; color:#336633}

/* ts steht fuer "text small" */

.ts		{font-size:8pt; color:#CCCCFF}
				
.tsgrau		{font-size:8pt; color:#999999}
			
.tslila	{font-size:6pt; color:#666699; text-decoration:none}
				
p			{font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; 
			font-size:10pt; color:#336633}
			
td			{font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; 
			font-size:10pt; color:#336633}
			
sup			{font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; 
			font-size:8pt; color:#336633}
