﻿body 
{
    background-color:White;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
table
{
    width: 1280;
    height: 1024;
    border: 0;
    padding: 0;
}

.conteudo 
{
    font-size: 10pt;
    color: Black;
    text-align:justify;
}

.conteudo .titulo 
{
    font-size: 30pt;
    color: Red;
    text-align:center;
}