.hint
{
        background-color:#172144;
        background-image: url(../images/describe.jpg);
        color:#feb900;
        font-family:verdana;
        font-size:12px;
        border-top:1px solid #02b501;
        border-right:1px solid #02b501;
        border-bottom:1px solid #02b501;
        border-left:1px solid #02b501;
        margin:0px;
        padding:8px;
        position:absolute;
        visibility:hidden;
}

a:link, a:visited{
	color:#feb900;
	font-family:Tahoma;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color:white;
	font-family:Tahoma;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}

#banners a img
{
opacity:0.6; -moz-opacity:0.1; filter:alpha(opacity=70);
}
#banners a:hover img
{
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
