﻿body {    background-color: #365778;
    text-align: left;
}
.menu
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1c4062;
    text-decoration: none;
}
.rodape
{
    font-family: Arial;
    font-size: 09pt;
   
    color: #FFFFFF;
}
.bloco
{
    font-family: Arial;
    font-size: 08pt;
    color: #666666;
}
a.menu:hover
{
    text-decoration: underline;
    color: #343B7F;
}