.texto1{
    border-color: blue;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-left-style: solid;
    border-right-style: solid;
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.texto2{
    background-color: blue;
    color: aliceblue;
    text-align: center;
}

.tabela{
    border-style: double;
    border-color: red;
    border-width: thick;
    width: 50%;
    margin: auto;
}
 
ul.marcador1{
    list-style-type: disc;
}
 
ol.marcador2{
    list-style-type: lower-roman;
    list-style-position: inside;
}