/* Die Angabe <Style type="text/css"> und >/style> darf nicht enthalten sein */
<!--
h1 	{ 
	font-family: Berliner, Helvetica, Arial, Sans-serif; 
	font-size: 28px; 
	color: #4078c3; 
	font-weight:bold; 
	border-bottom-width:medium; 
	border-bottom-style:solid; 
	}

h2 	{ 
	font-family: Helvetica, Arial, Sans-serif; 
	font-size: 22px; 
	color: #4078c3; 
	font-weight:bold; 
	}

body 	{ 
	font-family: Helvetica, Arial, Sans-serif; 
	font-size: 16px; 
	color: #4078c3;
	margin-left:20px; 
	}  

table 	{
  	font-family: Arial, Helvetica, Sans-serif;
 	font-size: 14px;
  	font-weight: bold;
  	color: #4078c3;
  	}

th 	{
	font-family: Arial, Helvetica, Sans-serif;
 	font-size: 18px;
 	font-weight: bold;
 	color: #4078c3;
 	}

td 	{
	font-family: Arial, Helvetica, Sans-serif;
  	font-size: 14px;
  	font-weight: normal;
  	color: #000000;
  	} 

p 	{ 
	font-family: Arial, Helvtica, Sans-serif; 
  	font-size: 14px;
  	font-weight: bold;
  	color: #4078c3;
  	}  
//-->
