BODY {

SCROLLBAR-FACE-COLOR: #E2AE71;
SCROLLBAR-HIGHLIGHT-COLOR: #E2CEAE;
SCROLLBAR-SHADOW-COLOR: #300003;
SCROLLBAR-3DLIGHT-COLOR: #600006;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #EC831C:
SCROLLBAR-DARKSHADOW-COLOR: #000000;

}

TABLE {
border-collapse: collapse;
}

A:link {text-decoration:none; color:#000000; font-weight:bold; font-size: 13px; font-family: Times New Roman;}
A:visited {text-decoration:none; color:#000000; font-weight:bold; font-size: 13px;}
A:active {text-decoration: none; color:#000000; font-weight:bold; font-size: 13px;}
A:hover {text-decoration:none; color:#FFFFFF; font-weight:bold; font-size: 13px; background:"#000000"}

.lw {
font-size: 13px; 
}

.t {
font-size: 20px; font: bold;
}

<!--
#glowtext{
filter:glow(color=#FCBF32,strength=6;);
width:100%;
}
-->
</style>
<script language="JavaScript1.2">
function glowit(which){
if (document.all.glowtext[which].filters[0].strength==3)
document.all.glowtext[which].filters[0].strength=2
else
document.all.glowtext[which].filters[0].strength=3
}

function glowit2(which){
if (document.all.glowtext.filters[0].strength==3)
document.all.glowtext.filters[0].strength=2
else
document.all.glowtext.filters[0].strength=3
}

function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}

if (document.all)
window.onload=startglowing

</script>