A        {color:navy;}
A:visited{color:#333333}
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;
}
.LINKBAR_V_GRAD_BROWN {
BACKGROUND-COLOR: #ffffaa;height:28;
filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#CC9933, EndColorStr=#FFFF99)
}
.GRAD_V_GRAY{
font:bold 8pt verdana;
filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#C9D7E2, EndColorStr=#9AAABB)
}

.TABLE_WHITE_FONT{
font:bold 9pt Verdana;
color:white;
border: solid navy 1px;
background-color:darkblue;
}
.TABLE_WHITE_FONT a{color:#dddddd}
.TABLE_WHITE_FONT a:visited{color:#999999}
.TABLE_WHITE_FONT a:hover{color:yellow}


.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:yellow}
.LINKBAR a:visited{color:#cccccc}
.LINKBAR a:hover{color:red}
*/

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: yellow;
width:310px;
height:40px;
filter:progid:DXImageTransform.Microsoft.Glow(color="#0000ff",strength="8");
}
.glowing_text_short a{color:gold}
.glowing_text_short_green { 
font-family: verdana;
font-size: 26px;
color: gold;
width:410px;
height:40px;
filter:progid:DXImageTransform.Microsoft.Glow(color="darkgreen",strength="8");
}
.glowing_text_short_green a{color:gold}
