/* Put your custom css here */

address h3 {
color: green;
font-weight: bold;
}

address h3 .verde {
color: green;
font-weight: bold;
}

address h3 a:link,
address h3 a:visited {
color: green;
font-weight: bold;
text-decoration: none;
}

address h3 a:active,
address h3 a:hover {
color: green;
font-weight: bold;
text-decoration: none;
}
