/*a:link { color: #039; }
a:visited { color: #339; }*/
/*css bottoni*/


/*css dei bottoni rossi*/

.button a {
    display: block;
    width: 130px;
    padding: 10px 20px 12px 20px;/*top dx bottom sx*/
    background: #fff url(../images/call_friends.gif) no-repeat;
    text-decoration: none !important;
    color: white !important;
    text-align: center; 
}

.button a:hover {
    text-decoration: underline !important;
}

.button_community a {
    display: block;
    width: 210px;
    padding: 10px 0px 20px 0px;/*top dx bottom sx*/
    background: #fff url(../images/community.gif) no-repeat;
    text-decoration: none !important;
    color: white !important;
    text-align: center;
}

.button_community a:hover {
    text-decoration: underline !important;
}


