#shadow01 {
        font-family: Arial,Verdana,Helvetica,sans-serif;
        font-size: 1.6em;
        font-weight: bold;
        color: #c60;
}
div[id=shadow01] {
        color: #000 !important;
}
#shadow01:after {
        content: 'Fine Art';
        color: #c60;
        display: block;
        text-indent: -0.6ex;
        margin-top: -1.4em; 
}


.shadow {
	font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: #c60;
	width:220; xheight:80; filter: Shadow(Color=#000000, Direction=135)
}
.glow {height: 10; width: 400; filter: Glow(Color=#00ff00, Strength=4)}
.blur {height: 10; width: 400; filter: Blur(Add=1, Direction= 90, Strength=10)}
.dropshadow {height: 10; width: 400; filter: DropShadow(Color=#cccccc, offx=4, offy=6, positive=1)}
.wave {height: 10; width: 400; filter: Wave(Add=1, Freq=4, LightStrength=80, Phase=80, Strength=5)}

 
 


h3 {text-shadow: 0.2em 0.2em; }
 /* shadow to right and below */
 span {text-shadow: 3px 3px 5px red; }
 /* red blurry shadow right and below */
 .solar{background: white; color: white; text-shadow: black 0px 0px 5px;}
 /* sets an outline effect on the text */ 
