<!-- Body Formatierung --> 

BODY		{ 	backgrond-color: #FFFFFF;
			font-family: Verdana,Arial,Helvetica,Sans-Serif;
			font-align: center;
			font-size: 8pt;	
			font-weight: normal;			}
			
<!-- Ueberschriften Formatierung --> 

<!-- Link Formatierung --> 

:link		{	color: blue;
			text-decoration: none;
			font-size : 8pt				}

:visited	{	color: maroon;
			text-decoration: none;
			font-size : 8pt   			}

:active	{	color: orange;
			text-decoration: none;
			font-size : 8pt				}

:hover		{	color: orange;
			text-decoration: none;
			font-size : 8pt				}


 