body.padrao{
    background-color: yellow;
    color: blue;
    text-align: center;
}
p
{
    font-family: "Courier";
    color: red;
    font-size: 22px;
}
body.padrao
{
    background-color: lightcyan;
    text-align: center;
}
p.fontepadrao
{
    font-family: "Times New Roman";
    font-size: 18px;
    color: black;
    text-align: justify;
}
p.fontedestaque
{
    font-family: "Times New Roman";
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: justify;
}
