﻿body
{
    background-color: #ffffff;
    font-size: 10pt;
    color: #000000;
    font-family: Arial;
}



TEXTAREA
{
    background-color: #ffffff;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 10pt;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-family: Arial;
}


A
{
    color: #000000;
    text-decoration: none;
} 

a:hover
{
    color: #000000;
    text-decoration: none;
}

#lblData
{
    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}

#lblMensagem
{
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}