body {
        margin:0;
        padding:0;
        border:none;
        font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
        background:#fff;
        color:#000;
        text-align:center;
        }
#tudo {
        width:750px;
        margin:0 auto;
        text-align:left;
        }
#rodape {
        clear:both;
        text-align:center;
        border-top:1px solid #f60;
        }
ul, ol {
        margin:0;
        padding:0;
        list-style:none;
        }
h1, h2, h3 {
        margin: 0.8em 0;
        color:#000;
        font-size:1.4em;
        }
h1 {
    Display: none;
    }
h2 {
        font-size:1.2em;
        }
h3 {
        font-size:1.0em;
        }

#principal {
        float:left;
        width:460px;
        margin-left:10px;
        text-align:justify;
        border:dotted #f60;
        border-width: 0 1px;
        padding: 0 10px;
        }
#nav {
        width:120px;
        float:left;
        }
#apoio {
        width:120px;
        float:right;
        }
a:link {
        color: #675;
    text-decoration: underline;
    }
a:visited {
        color: #342;
    text-decoration: underline;
    }
a:hover {
    color: #9a8;
    text-decoration: none;
    background-color: #585D66;
    }
a:active {
    color: #342;
    text-decoration: underline;
    }
label{
    color: #f60;
        }
form{
    margin-top: 1%;
        }
input{
    border: 1px solid #f60;
        background-color: #eee;
        color: #000;
        width: 80%;
    }
.botao{
    border: 1px solid #060;
        background-color: #eee;
        color: #000;
        width: 20%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
.textarea{
    width: 80%;
        border: 1px solid #f60;
        background-color: #eee;
        color: #000;
    }
