Glowing Text for bold/etc.
em, i {text-transform: italic; color:#ffffff; text-shadow: 0 0 3px #ffffff; letter-spacing:1px; font-family: calibri; font-size:10px;}
b {text-transform: bold; color:#ffffff; text-shadow: 0 0 3px #ffffff; letter-spacing:1px; font-family: calibri; font-size:10px;}
obviously you change the font family and size to whatever you want and you can add , strong to the bold part like b, strong the text shadow color is the glow color
it goes under <style type="text/css">








