@charset "utf-8";
/* CSS Document */
body { background-color: #000000; }
a:link { text-decoration: none; color:#FFFFFF; font-size:14px; }
a:visited { text-decoration: none; color: #FFFFFF;}
a:active { text-decoration: none; color: #FFFFFF;}
a:hover { text-decoration: underline; }

.glow { filter: Glow(Color=#003300, Strength=5); font-size: 20px; font-weight: bold; color: #FFFFFF;  width: 100%; }
.glow a:link { text-decoration: none; color: #FFFFFF; }
.glow a:visited { text-decoration: none; color: #FFFFFF; }
.glow a:active { text-decoration: none; color: #FFFFFF; }
.glow a:hover { font-size: 24px; }

