A:hover   {color:#ff0000;} 
BODY{
margin-top: 5px;
font-family: Verdana;
font-size: 11px;
font-weight:bold
}

/*can't use INPUT here since it will not work in NS4 */

/* Otherwise it will be allways white(like body) */

TABLE,TD,DIV{ /* don't use border: since some table borders unvisible */
font-family: Verdana;
font-size: 11px;
font-weight:bold;
}
.LINKBAR{
border: double black 1px;
background-color:#FFFFAA;
}
.ZTABLE{
border: double navy 1px;
background-color:#BAD8FF;
}
/* Not used now since Anchor color may be overwriten to blue (Netscape in Library) 
BACKGROUND-COLOR: #003399
.LINKBAR a{color:#ffffff}
.LINKBAR a:visited{color:#cccccc}
.LINKBAR a:hover{color:red}
*/

/*
background-color:#aaddff;
*/

INPUT{
font-family: Verdana;
font-size: 11px;
}
SELECT{
font-family: Verdana;
font-size: 11px;
}
TEXTAREA{
font-family: Verdana;
font-size: 11px;
}
/* not working? */
H3{
font-family: Verdana;
color: blue;
}
.TABLEBLACK{
border:solid black 1px
}
.headerblue{ /* actually black */
width:100%;
font:normal 24px Verdana,Tacoma;
}
.APblue{
width:100%;
color:#0000DF;
font:italic 32px Verdana,Tacoma;
}
.bluebutton{
font:bold 10pt Verdana;
background-color:#99CCCC;
color:#000000;
border-top:solid 2px #CCFFFF;
border-right:solid 2px #669999;
border-left:solid 2px #CCFFFF;
border-bottom:solid 2px #669999;
}
.glowing_text { 
font-family: verdana;
font-size: 26px;
color: gold;
width:600px;
height:40px;
filter:progid:DXImageTransform.Microsoft.Glow(color="#0000ff",strength="8");
}
.glowing_text a{color:gold}
.glowing_text_short { 
font-family: verdana;
font-size: 26px;
color: gold;
width:200px;
height:40px;
filter:progid:DXImageTransform.Microsoft.Glow(color="#0000ff",strength="8");
}
.glowing_text_short a{color:gold}
