body {
     background:#FFFFFF;
}

A:link {color:#666666; font-weight: bold; text-decoration:none;}
A:visited {color:#666666; font-weight: bold; text-decoration:none;}
A:active {color:#666666; font-weight: bold; text-decoration:none;}
A:hover {color:#666666; font-weight: bold; text-decoration:none;}

/* -------- Часы --------- */
#clock{
width:290px;
height:30px;
background:url(../images/clock.jpg) center no-repeat;
/*background-repeat:no-repeat;*/
margin-top:5px;
padding:10px 40px 0px 0px;
color:#ccc;
}

#clock2{
height: 66px;
width: 95%;
/*background: #FFFFFF;*/
margin-top: 5px;
/*background:url(../Новая папка/kalarm.png) left no-repeat;*/
padding: 10px 40px 0px 0px;
color: #FFFFFF;
text-align:center;
font-family: Tahoma;
font-size: 18px;

}
/* -------- Часы --------- */

/* -------- Эффект прозрачности --------- */

#banners a img {
 opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
}

#banners a:hover img {
 opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100); 
}
/* -------- Эффект прозрачности --------- */