.s1 {
        
	height:50;
	font-size:26pt;
	font-family:Comic Sans MS;
	color:purple;
	Filter:Shadow(Color=orange, Direction=150);
}
.s2{
    width:357;
	height:50;
	font-size:18pt;
	color:red;
	font-family:Arial Black;
	Filter: Glow(color=#0000FF,Strength=3);	

}
.s3{
    width:357;
	height:50;
	font-size:18pt;
	color:fucshia;
	font-family:Comic Sans MS;
	Filter: DropShadow(color=red,OffX=5,OffY=5,Positive=1);	

}
.s4{
    width:357;
	height:50;
	font-size:18pt;
	color:red;
	font-family:Arial Black;
	Filter: Blur(Add=1,Direction=225,Strength=10);	

}
