A
{
    color:black;
    text-decoration:none;
    font-family:verdana;
    font-size:12;
    cursor:hand;
}

A:hover
{
    font-weight:normal;
    font-size: 12;
    cursor: hand;
    color:White;
    font-family: verdana;
    text-decoration: none;
}

.CONTENT
{
    border-right: black 0px solid;
    border-top: black 0px solid;
    font-size: 12px;
    border-left: black 0px solid;
    cursor: hand;
    color: black;
    border-bottom: black 0px solid;
    font-family: verdana;
    background-color: gainsboro;
    text-decoration: none;
}

.CONTENT:hover
{
    border-right: black 0px solid;
    border-top: black 0px solid;
    font-size: 12px;
    border-left: black 0px solid;
    cursor: hand;
    color: White;
    border-bottom: black 0px solid;
    font-family: verdana;
    background-color: steelblue;
    text-decoration: none;
}

.BACKGROUND
{
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=steelblue, endColorStr='#FFFFFF', gradientType='1')   
    background-color:steelblue;
    font-size: 16px;
}

.TITLE
{
    font-size: 20px;
}

<DIV ID="oFilterDIV" STYLE="position:absolute; top:50px; left:10px; width:240px; height:160px; padding:10px; font:bold 13pt verdana;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=32)">
This is the DIV content.</DIV>


.PAGEHEADER
{
    font-size:14;
    font-family:verdana;
    font-weight:bold;
    color:steelblue;
    background-color:Whitesmoke;
}

.NEWSHEADER
{
    font-size:14;
    font-family:verdana;
    font-weight:bold;
    color:steelblue;
}

.NEWSHEADER:hover
{
    font-size:14;
    font-family:verdana;
    font-weight:bold;
    color:steelblue;
}

.NEWSHEADER:visited
{
    font-size:14;
    font-family:verdana;
    font-weight:bold;
    color:steelblue;
}

.NEWSHEADERLINK
{
    font-size:14;
    font-family:verdana;
    font-weight:bold;
    color:steelblue;
}

.NEWSHEADERLINK:hover
{
    font-size:14;
    font-family:verdana;
    font-weight:bold;
    color:steelblue;
    text-decoration:underline;
}

.NEWSHEADERLINK:visited
{
    font-size:14;
    font-family:verdana;
    font-weight:bold;
    color:Gray;
}

.NEWSSUBHEADER
{
    font-size:13;
    font-family:verdana;
    font-weight:bold;
    color:Gray;
}

.NEWSTEXT
{
    font-size:12;
    font-family:verdana;
    font-weight:normal;
    color:black;
}

.CONTACTHEADER
{
    font-size:12;
    font-family:verdana;
    font-weight:bold;
    color:steelblue;
}

.MAIL
{
    font-size:12;
    font-family:verdana;
    font-weight:normal;
    color:steelblue;
}


.MAIL:hover
{
    font-size:12;
    font-family:verdana;
    font-weight:normal;
    color:steelblue;
    text-decoration:underline;    
}

.MAIL:visited
{
    font-size:12;
    font-family:verdana;
    font-weight:normal;
    color:Gray;
}

.HOMETEXT
{
    font-weight: bold;
    font-size: 24pt;
    color: steelblue;
    font-family: verdana;
    background-color: white;
}
