div.assinatura
{
    color: white;
    font-family: Tahoma;
    font-size: 7pt;
    text-align: right;
}
a.minha
{
    color: white;
    font-family: Arial;
    font-size: 7pt;
    font-weight: bold;
}
a.minha:hover
{
    cursor: help;
    background-color: white;
    color: #3366CC;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}