.newflsh0{
    filter: blur(0px);
    position: relative;
    right: 0;
    top: 1px;
	text-shadow: #fc0 0 -2px 2px;
}
.newflsh1{
    /* filter: blur(2px); */
	/* color: #330000; */
    right: 1px;
    top: 0;
	text-shadow: #fc0 -2px 0 2px;
}
.newflsh2{
    /* filter: blur(3px); */
	/* color: #660000; */
    right: 0;
    top: -1px;
	text-shadow: #fc0 0 2px 2px;
}
.newflsh3{
    /* filter: blur(4px); */
	/* color: #AA0000; */
    right: -1px;
    top: 0;
	text-shadow: #fc0 2px 0 2px;
}
.newflsh4{
    filter: blur(1px);
	color: #FF0000;
    right: 0;
    top: 0;
	text-shadow: #fc0 0 -2px 2px;
}
