.titulo_categoria_inativo{
background-color: withe;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
height: 20px;
}
.titulo_categoria_ativo{
background-color: withe;
border-bottom: none;
border-top: none;
border-left: none;
border-right: none;
font-weight: bold;
height: 20px;
}
.link_categoria_ativo{
color: 1e90ff;
text-decoration: none;
}
.link_categoria_ativo:hover{
color: 008080;
text-decoration: underline;
font-weight: bold;
}
.link_categoria_inativo{
color: 1e90ff;
text-decoration: none;
}
.link_categoria_inativo:hover{
color: 008080;
text-decoration: underline;
font-weight: bold;
}
