body {
margin: 0;
padding: 0;
font: 100%/1.5 Verdana, Arial, Tahoma, Helvetica, Geneva, sans-serif;
background: #2e4651;
color: #000;
text-align: center;
}

a:link, a:visited {
text-decoration: underline;
font-weight: bold;
color: #cc6b22;
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #fff;
background: #cc6b22;
}

#masthead {
width: 903px;
height: 192px;
margin: 0 auto;
padding: 0;
background: #f8f8ee;
}

#content {
width: 903px;
margin: 0 auto;
padding: 0;
background: #f8f8ee;
text-align: center;
}

#content #nav {
width: 903px;
background: #eee;
border-bottom: 1px solid #000;
padding-bottom: 4px;
margin: 0;
text-align: left;
font-size: 90%;
}

#content #text {
width: 800px;
background: transparent;
text-align: left;
margin: 10px auto;
padding: 0;
}

#content #text h2 {
font: bold 1.2em Georgia, "Times New Roman", Times, Palatino, serif;
color: #a75a20;
border-bottom: 1px dotted #c00;
border-right: 5px solid #c00;
}

#content #footer {
width: 903px;
background: #fdf5e6;
border-top: 1px dotted #c00;
padding: 5px 0;
margin: 0;
text-align: center;
font-weight: bold;
}

.first {
font: 120% Georgia, serif;
color: #a75a20;
}

.step {
margin-left: 5px;
}

.nascosto {
position: absolute;
top: -1000em;
width: 1px;
height: 1px;
overflow: hidden;
}


