h1 
{
    color:#660000;
	text-align:center;
    font-size:200%;
	text-decoration:bold;
	text-decoration:underline;
}
h2 
{
    color:#660000;
    text-align:center;
	font-size:180%;	
}
h3 
{
    color:#660000;
    text-align:center;
	font-size:150%;
}

h5
{
	color:#;
	text-decoration:bold;
	
}
body
{    
	background-color:#B5D8FF;
    background-image:url("images/lilie_back.gif");
    background-repeat:no-repeat;
    margin-right:0; 
    margin-top:0;
    background-position:center;
    background-attachment:fixed;
    font-family:Arial, Helvetica, sans-serif;
}	