#anuncio {
    margin: 0px auto;
    text-align: center;
}

.anuncio_h1 {
    font-size: 22px;
    text-align: center;
}

.anuncio_p {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: arial;
    font-size: 14px;
}

.anuncio_p a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.anuncio_p a:hover {
    text-decoration: underline;
}

.endereco_p {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: arial;
    font-size: 12px;
}

.endereco_p a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.endereco_p a:hover {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

.anuncio_foto {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 1px;
    border: 1px solid #006699;
    background: #F0F0F0;
}

.anuncio_foto td {
    padding: 5px;
    border: 1px solid #006699;
}

