p{
   
    text-align: justify;
    font-size: 20px;
}

h1{
    color: blue;
    text-align: center;
    font-size: 40px;
    font-style: italic;
}

#texto1{
    color: rgb(19, 19, 154);
    background-color: #FF6C22;

}
#texto2{
    color: rgb(34, 139, 34);
    background-color: #FF9209;

}
#texto3{
    color: rgb(10,20,30);
}
.destaques{
    color: rgb(255,0,255);
    font-size: 35;
    font-style: italic;
}
#listas{
    background-color: #FFD099;
}
header{
    padding:20px;
    background-color: cadetblue;
    border-bottom: black;
    color: whitesmoke;
    font-size: 32px;    
}
#menu{
    font-size: 15px;
    color: red;
}
a:hover{
    color:aquamarine;
}
a:active{
    color: whitesmoke;
}
a:visited{
    color: red;
}
a{
    color: red;
}