/* CSS Document */

body {
margin:0;
padding:0;
text-align: center;
background: #ffffff;
color: #999;
}

a:link { 
color: #000000; 
text-decoration: underline;
} 

a:visited { 
color: #999999; 
text-decoration: none;
}

a:hover { 
color: #ff0000; 
text-decoration: underline;
}

a:active { 
color: #ff0000; 
text-decoration: none;
}  

#centrato {
background: #FFF;
width: 760px;
margin:auto;
text-align: left;
}

#logo {
text-align: center;
width: 760px;
background: #FFF;
margin: 6px 0 6px 0;
}	 

#footer {
background: #FFF;
color: #000;
font: 0.8em Arial, Helvetica, sans-serif;
}

#corpo {
background: #FFF;
color: #000;
font: 0.9em Arial, Helvetica, sans-serif;
}

#corpo p{
margin: 0;
padding-left: 4px;
padding-right: 4px;
}