body {
background-image: url("/img/fon7.jpg");
}

                    /*ТАБЛИЦЫ И ЯЧЕЙКИ*/
     /*таблица шапки*/
table.snt {
opacity: 85%;
width: 60%;
height: 5%;
background-image: url("/img/romashka.gif");
}
td.snt {
width: 100%;
text-align: center;
}
     /*основная, главная таблица*/
table.main {
opacity: 85%;
width: 60%;
height: 88%;
background-color: #ffc;
}
td.menu {
width: 35%;
vertical-align: top;
text-align: center;
}
td.main {
width: 65%;
vertical-align: top;
text-align: center;
}

                    /*ССЫЛКИ*/
     /*ссылки столбца меню*/
a.menu0 {
color: green;
text-decoration: none;
font-weight: bold;
}
a.menu0:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu1 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu1:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu2 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu2:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu3 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu3:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu4 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu4:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu5 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu5:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu6 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu6:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu7 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu7:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu8 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu8:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu9 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu9:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
a.menu10 {
color: blue;
text-decoration: none;
font-weight: bold;
}
a.menu10:hover {
color: #0D0;
text-decoration: none;
font-weight: bold;
}
     /*ссылки ВСЕ*/
a {
color: blue;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #4FF;
text-decoration: none;
font-weight: bold;
}

                    /*БЛОКИ DIV*/
     /*блок текста на главной странице*/
div.text1 {
color: green;
font-weight: bold;
}


                    /*ЗАГОЛОВКИ, МЕНЯЕМЫЙ ТЕКСТ ШАПКИ И КОПИРАЙТ*/
     /*копирайт*/
h5:before {
color: white;
content: "© 2025, СНТ РОДНИК-43";
}
     /*шапка*/
h2:before {
color: 99aaa6;
content: "СНТ «РОДНИК-43»";
}

     /*дополнительная информация*/
h3:before {
color: deeppink;
content: " ";
}