table.a /*Tabellengrundgerüst*/
		{
		border-style		: solid;						/*Rahmenart*/
		border-color		: #000000;						/*Rahmenfarbe*/
		border-width		: 1px;							/*Rahmenbreite*/
		}
		
h1 /*Schriftgrösse 1*/
		{
		font-family		: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/
		font-size		: 30pt;							/*Schriftgrösse*/
		font-weight		: normal;						/*Schriftgrösse*/
		text-align		: center;						/*Text ausrichtung*/	
		margin-top		: 0px;							/*Schriftabstand oben*/
		margin-right		: 0px;							/*Schriftabstand rechts*/
		margin-left		: 0px;							/*Schriftabstand links*/
		margin-bottom		: 0px;							/*Schriftabstand unten*/	
		}		

p /*Schriftgrösse Standart*/
		{
		font-family		: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/
		font-size		: 10pt;							/*Schriftgrösse*/
		text-align		: center;						/*Text ausrichtung*/
		margin-top		: 0px;							/*Schriftabstand oben*/
		margin-right		: 0px;							/*Schriftabstand rechts*/
		margin-left		: 0px;							/*Schriftabstand links*/
		margin-bottom		: 0px;							/*Schriftabstand unten*/	
		}
		
a:link
		{
		font-family		: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/
		font-size		: 10pt;							/*Schriftgrösse*/
		text-decoration		: none;							/*Schriftdecoration*/
		color			: #0000ff;						/*Schriftfarbe*/
		}
		
a:link.rot
		{
		font-family		: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/
		font-size		: 10pt;							/*Schriftgrösse*/
		text-decoration		: none;							/*Schriftdecoration*/
		color			: #ff0000;						/*Schriftfarbe*/
		}
		

a:visited
 		{
		font-family		: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/
		font-size		: 10pt;							/*Schriftgrösse*/
		text-decoration		: none;							/*Schriftdecoration*/
		color			: #0000ff;						/*Schriftfarbe*/
		} 

a:active
		{	
		font-family		: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/
		font-size		: 10pt;							/*Schriftgrösse*/
		text-decoration		: underline;						/*Schriftdecoration*/
		color			: #0000ff;						/*Schriftfarbe*/
		} 

a:hover
		{
		font-family		: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/
		font-size		: 10pt;							/*Schriftgrösse*/
		text-decoration		: underline;						/*Schriftdecoration*/
		color			: #0000ff;						/*Schriftfarbe*/
		}
