root { 
    display: block;    
}

body{
    background-color: #9a9a9a;
    font-family: arial, helvetica, serif;
    font-size: 12px;
    text-decoration: none;
    text-align:center;
}

.principal{
    width: 688px;
    /*height: 700px;*/
    height: auto;
    /*border:100px;*/
    /*background-color: #cccccc;*/
    /*background-color: white;*/
    background-image: url("../img/banner.png");
    background-repeat: repeat;
    margin: 0 auto;
    border:1px solid;
    text-align:left;
}

topo{
    width: 688px;
    height: 111px;
    background-image: url("../img/banner.png");
    background-repeat: repeat;
}

.conteudo{
    width: 688px;
    /*height: 545px;*/
    height: auto;
    margin-top: 1px;
    background-color: white;
}
.conteudo a:link{
    text-decoration: none;
    color: black;
}
.conteudo a:active{
    text-decoration: none;
    color: black;
}
.conteudo a:visited{
    text-decoration: none;
    color: black;
}
.conteudo a:hover{
    text-decoration: none;
    color: #365F91;
}

.rodape{
    width: 688px;
    height: 50px;
    margin-top: 5px;
    background-color: white;
    text-align: center;
    /*text-indent:inherit;*/
    margin-bottom: 5px;
    padding-top: 5px;
}

.rodape a:link{
    text-decoration: none;
    color: black;
}
.rodape a:active{
    text-decoration: none;
    color: black;
}
.rodape a:visited{
    text-decoration: none;
    color: black;
}