html .my_buttom a { background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); }
html .my_buttom a { color: rgb(11, 99, 0); }
html .my_activ_buttom a { background-image: -webkit-linear-gradient(bottom, rgb(220, 241, 198) 0%, rgb(220, 241, 198) 100%); }