html, body {
font-family: Trebuchet Ms, Arial, Helvetica, Verdana;
font-size: 12px;
color: #868686;
background-image: url(imagens/bg_site.jpg);
background-repeat: repeat-x;
background-color: #FEFEFC;
margin: 0px;
padding: 0px;
}

.nosub {
text-decoration: none;
}

.nosub:hover {
text-decoration: underline;
}

select, input, textarea {
font-family: Trebuchet Ms, Arial, Helvetica, Verdana;
font-size: 1em;
}

#rodape a{
text-decoration: none;
color: #fff;
}

#rodape a:hover{
text-decoration: underline;
}
