body { font-family: Verdana; font-size: 15px; }
body {background-image:url(images/bg.jpg);}
table { font-family: Verdana; color: #474747;}
a:link { color: #416b31; text-decoration: underline; }
a:visited { color: #416b31; text-decoration: underline; }
a:hover { color: #6fb854; text-decoration: none; }
a.nz { color: #a9a9a9; text-decoration: none; }
a.nz:hover { color: #c5c5c5; text-decoration: underline; }
a.nz:visited { color: #a9a9a9; text-decoration: none; }
H1 { color: #316b48; font-weight: bold; font-size: 18px; }
H2 { color: #316b48; font-weight: bold; font-size: 14px; }
H3 { color: #316b48; font-weight: bold; font-size: 14px; }
p { margin-left: 10px; margin-top: 10px; margin-right: 10px; }
p1 { margin-left: 10px; }
p.otstup1 { margin-top: 120px; }
.thumbnail{
 position: relative;
 z-index: 0;
 }
 .thumbnail:hover{
 background-color: transparent;
 z-index: 50;
 }
 .thumbnail span{
 position: absolute;
 background-color: #b8b8b8;
 padding: 3px;
 left: -1000px;
 border: 0px;
 visibility: hidden;
 color: black;
 text-decoration: none;
 }
 .thumbnail span img{
 border-width: 0;
 padding: 2px;
 }
 .thumbnail:hover span{
 visibility: visible;
 top: -150;
 left: 65px;
 }
 .dark {
    text-shadow: #5dc8e5 0 0 30px; /* —вечение синего цвета */
   }
#ss { position:fixed; bottom:77px; left:10px; }

