body{
background-image: url(../imagens/Desenho14.jpg);
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
margin-left: 5%;
margin-right: 5%;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5em;
}
h1{
text-align: center;
color: blue;
font-family: Georgia, 'Times New Roman', Times, serif;
}
p{
font-style: italic;
font-weight: bold;
text-align: center;
}
ul{
list-style-type: decimal;
}
li{
font-weight: bold;
color: white;
}
.fonte{
text-align: right;
text-decoration: underline;
font-size: 12px;
}
.nome{
text-align: center;
font-style: italic;
font-family: 'Times New Roman', Times, serif;
}