CSS Text Glow Effect
Here is a CSS Text Glow Effect Source Code. This simple code gives any text a glowing effect and is good for catching the eye or for a graphics site. You can change the size and color in the CSS code by changing the properties below:
text-shadow: 0 0 10px #c61a1a;
font-size:50px;
color:#c61a1a;

Click link above to  download the full source code