.exibe_produto{
background-color: white;
}
.titulo_produtos{
color: 008080;
text-decoration: none;
font-weight: none;
}.titulo_produtos:hover{
color: 1e90ff;
text-decoration: underline;
}
.valor_de{
color: red;
font-weight: none;
}
.valor{
color: #0072C6;
font-weight: bold;
}
.no_cartao{
color: #0072C6;
font-weight: bold;
}
.titulo_secoes{
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: navy;
text-decoration: none;
}
.titulo_secoes:hover{
color: red;
text-decoration: underline;
}