body    {
        width: 75%;
        color: #333333;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        margin-left: auto;
        margin-right: auto;

}

h1      {    
        text-align: center;
        color: black;
}

h2      {    
        text-align: center;
}
h3      {    
        text-align: left;
    }

h4      {
        text-align: justify;
        color: #4169E1;
}

p       {
        text-align: justify;
        text-indent: 0em;
        font-family: helvetica;
        font-size: 14;
}

figure{
    align-items: center;
}


figcaption{
        font-size: 9.0pt;
        font-family: calibri;
        text-align: center;
        color: #0000FF;
}

li{
        text-align: justify;
        text-indent: 4em;
        font-family: helvetica;
        font-size: 14;   
}
img{
    align-items: center;
}
.titulo {
    font-size: 50px;
    text-align: center;
    color: #61210B;

}
#imagem-direita{
    float: right;
    margin: 0 0 10 10;
}

#imagem-esquerda{
    float: left;
    margin: 10px 10px 0 0;
}
hr{
    color: #ae841;
}