<?php echo "hallo"; ?>
a:link		
{
	color: rgb(153, 000, 000);
	text-decoration: none;
}
a:visited 	
{
	color: rgb(153, 000, 000);
	text-decoration: none;
}
a:active	
{
	color: rgb(256, 153, 051);
	text-decoration: none;
}
a:hover		
{
	color: steelblue;
	text-decoration: none;
}
body		
{
	background: rgb(173, 205, 237);
	font-family: "verdana";
	font-size: 10pt;
	color: rgb(33, 93, 168);
}
table   	
{
	font-family: "verdana";
	font-size: 10pt;
	font-weight: normal;
	color: rgb(33, 93, 168);
}
TH
{
	color: floralwhite;
	background: steelblue;
	align: "left";
}

H1, H2, H3, H4, H5, H6
{
	text-align: left;
	font-size:10pt;
	font-family: "arial";
} 
H1		    
{
	font-size: 20pt;
	font-style: bold;
	text-align: center;
	background: steelblue;
	font-color: floralwhite;
}
H2		    
{	font-size:16pt;
	font-style:bold;
}
H3		    
{
	font-size:14pt;
	font-style:bold;
}
H4		    
{
	font-size:12pt;
	font-style:bold;
}
H5		    
{
	font-size:12pt;
	font-style:italic;
}
H6		    
{
	font-size:26pt;
	font-style:bold;
}.center	    
{
	text-align:center;
}
.BGC
{
	background: rgb(173, 205, 237);
}
.DBGC
{
	background: rgb(131, 184, 236);
}
.LBGC
{
	background: rgb(229, 251, 254);
}	
img
{
  border: 0px none;
}
