.texto{
    text-align: justify;
    font: 14px sans-serif;

}

.texto p {
    line-height:120%;
    margin: 8px 0  8px 0;
}

.texto li {
    line-height:100%;
}

.texto ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.texto A:link {text-decoration: none; color: blue;}
.texto A:visited {text-decoration: none; color: blue;}
.texto A:active {text-decoration: none; color: blue;}
.texto A:hover {text-decoration: none; color: blue;}

.texto img {
    border: 0px
}

.code{
    border-width: 1px;
    border-style: dashed; 
    border-color: #FF0000;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    background-color: #fceb9b;
    color: #663333; 
}
