

a:active {
    text-decoration: underline;
    color: #060606;
  }


a:link {
    text-decoration: underline;
    color: #060606;
  }


a:visited {
    text-decoration: underline;
    color: #060606;
  }


a:hover {
    text-decoration: none;
    color: #060606;
  }


.menus {
    float : right;
    padding-left : 17px;
    padding-right : 17px;
    padding-top : 131px;
  }

.cabecalho {
 background-image : url('../imagens/cabecalho.jpg');
 height : 163px;
 width : 727px;
}

.corpo_exterior {
 background-image : url('../imagens/fundo_conteudo.jpg');
 width : 727px;
}

.corpo_interior {
    color : #060606;
    font-family : 'Arial', 'Helvetica', 'Sans Serif';
    font-size : small;
    width : 690px;
  }

.rodape {
 height : 24px;
 width : 727px;
}

.cxtexto {
    border-bottom-color : #060606;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #060606;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #060606;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #060606;
    border-top-style : solid;
    border-top-width : 1px;
  }


.botoes {
    background-color : #ffffff;
    border-bottom-color : #060606;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #060606;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #060606;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #060606;
    border-top-style : solid;
    border-top-width : 1px;
    font-family : 'Arial', 'Helvetica', 'Sans Serif';
    font-size : x-small;
  }

.cxpasta {
 border-bottom-style : solid;
 border-bottom-width : 1px;
 border-left-style : solid;
 border-left-width : 1px;
 border-right-style : solid;
 border-right-width : 1px;
 border-top-style : solid;
 border-top-width : 1px;
 height : 20px;
 width : 700px;
}


