BODY
{
	background-color: #FFFFCC;
}
H1
{
	font-size: 30px;
	font-family: Verdana;
	line-height: 20pt;
	font-weight: bold;
}
.hr1
{
	position absolute;
	left: 20px;
	top: 10px;
	z-index: 1;
}
.rubrik
{
	filter: Shadow(color="Green", direction="135")
	position absolute;
	left: 20px;
	top: 10px;
	z-index: 2;
}
.skugga
{
	FILTER: progid:DXImageTransform.Microsoft.Blur( PixelRadius=10,MakeShadow=true,ShadowOpacity=0.25);
	position: absolute;
	width: 200;
	height: 200;
	left: -200;
	top: -200;
	z-index: 30;
	clip: rect(auto);
}
.humla
{
	position: absolute;
	width: 100;
	height: 100;
	left: -180;
	top: 100;
	z-index: 20;
}