body{
 background-color: aqua;
 margin-left: 20px;
 margin-right: 20px;
 text-align: justify;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: black;
 line-height: 2em;
}
h1{
    text-align: center;
    background-color: black;
    color: aqua;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline; /*sublinhado*/
    text-transform: uppercase; /*tudo em maiusculo*/
}
h2{
    color: white;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    font-size: italic; /*italico*/
    font-weight: bold; /*negrito*/
}
h3{
    font-size: 18px;
}
li{
    font-style: italic;
}
.fonte{
    text-align: right;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    margin-top: 20px;
}
.nome{
    margin-top: 20px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}