/*
html
{
    background-color: black;
    font: normal 76% "Arial" , "Lucida Grande" ,Verdana, Sans-Serif;
    color: white;
}
a
{
    text-decoration: none;
    font-weight: bold;
}

span
{
    font: normal 76% "Arial" , "Lucida Grande" ,Verdana, Sans-Serif;
    color: white;
}
*/

.link_nor
{
    background-color: #333333;
    font: normal 76% "Arial" , "Lucida Grande" ,Verdana, Sans-Serif;
    border: 2px solid red;
    padding: 0px 4px 0px 4px;
    text-align: center;
    color: white;
}
.link_act
{
    background-color: red;
    font: normal 76% "Arial" , "Lucida Grande" ,Verdana, Sans-Serif;
    border: 2px solid red;
    padding: 0px 4px 0px 4px;
    text-align: center;
    color: white;
}

.mytitle
{
    font: normal 80% "Arial" , "Lucida Grande" ,Verdana, Sans-Serif;
}
.gray
{
    background-color: #666666;
    position: absolute;
    border: 10px solid #666666;
    z-index: 100;
}
img.ezimg
{
    /*border: 10px solid #666666;*/
    background-color: #666666;
}
.opa
{
    color: white;
    padding: 10px 20px 0px 20px;
    position: absolute;
    z-index: 101;
    background-color: #214263;
    opacity: 0.5;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16);
    -moz-opacity: 0.5;
}

