BODY{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#top{
    width: 100%;
    height: 5%;
    background-color: #4B661E;
    float: left;
    color: white;
}

#center{
    width: 100%;
    height: 90%;
    background-color:  #FFF;
}

#bottom{
    width: 100%;
    height: 5%;
    background-color: #4B661E;
    float: left;
    color: white;
}

#all{
    width: 100%;
    height: 100%;
    border-left: 2px dotted #000;
    border-right: 2px dotted #000;
    border-top: 2px dotted #000;
    border-bottom: 2px dotted #000;
    float: left;
}

#form{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border:  0px;
    color: black;
    font-family: arial;
    font-size: 12px;
}

.titulo_branco{
    color: white;
}

.links{
    color: white;
    font-family: verdana;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}