.header {
font-family: Tahoma, Verdana;
font-size: "18";
font-weight: bold;
}

.yellow { background-color: #ffff99; }

a:link {
color: #cc0000;
font-size: 13;
font-weight: bold;
text-decoration: none;
FONT-FAMILY: Verdana, Tahoma;
}

a:visited {
color: #cc0000;
font-size: 13;
font-weight: bold;
text-decoration: none;
FONT-FAMILY: Verdana, Tahoma;
}

a:hover {
font-weight: bolder;
color: #000000;
font-size: 13;
FONT-FAMILY: Verdana, Tahoma;
TEXT-DECORATION: none;
text-decoration:underline;
}

a:active {
color: #ff0000;
font-weight: bold;
text-decoration: none;
font-size: 13;
FONT-FAMILY: Verdana, Tahoma;
}

BODY {
scrollbar-face-color: #000066;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #0066ff;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ddfbfb;
scrollbar-arrow-color: #ffffff;
cursor:url('images/as1.cur');
}

.table {
border: 1px dashed;
background-color: #fbfbfb;
}

.table1 {
border-right: #cc0000 2px dashed;
border-top: #ff0000 1px dashed;
border-left: #ff0000 1px dashed;
border-bottom: #cc0000 2px dashed;
}


#glowtext{
filter:glow(color="yellow",strength=3);
width:100%;
}