html, body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #565656;
margin: 0px;
padding: 0px;
background: #F4F1E8;
}

.menu{
border-bottom: 1px solid #260E0E;
color: #260E0E;
cursor: pointer;
padding: 0px 7px;
display: block;
height: 29px;
line-height: 30px;
float: left;
}

.rodape{
color: #6F6F6F;
text-decoration: none;
}

.rodape:hover{
text-decoration: underline;
}


.hoje{
color: #565656;
text-decoration: none;
}

.hoje:hover{
text-decoration: underline;
}

.menu:hover{
background: #260E0E;
color: #fff;
}

.link1{
text-decoration: none;
color: #E26502;
}

.link1:hover {
text-decoration: underline;
}

select, input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
