body.CompuAgentBody {
        background-color: #dddddd;
}

div.centered 
{
     text-align: center;
}

div.centered table 
{
     margin: 0 auto; 
     text-align: left;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a:link
{
    text-decoration: none;
    color:#000000;
}

a:visited
{
    text-decoration: none;
    color: #000000;
}

a:hover
{
    text-decoration: underline;
    color: Blue;
}

a:active
{
    text-decoration: none;
    color: #000000;
}
