/* FormatosN */

p {
margin: 5px 0 0 0;
padding: 0 10px 0 10px;
text-align: justify;
}
p + p {
text-indent: 20px;
}

a.texto {
text-decoration:underline;
color: #0066FF;
}

a.texto:hover {
text-decoration:none;
color: #0033FF;
}
