table.button1 a{
    font-family: verdana;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    color: white;
    text-decoration: none;
}
table.button1 a:link{
    text-decoration: none;
}
table.button1 a:visited{
    font-family: verdana;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    color: white;
    text-decoration: none;
}
table.button1 a:hover{
    font-family: verdana;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    color: white;
    text-decoration: underline;
}

/***************************************************************/

table.button2 a{
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    color: black;
    text-decoration: none;
}
table.button2 a:link{
    text-decoration: none;
}
table.button2 a:visited{
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    color: black;
    text-decoration: none;
}
table.button2 a:hover{
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    color: black;
    text-decoration: underline;
}



