body {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
}
.blu {color:#003366;}

#testata {
text-align:center;
width:600px;
margin:0 auto;
}
#testata h1 {
padding-top:0;
margin-top:0;
font-size:2em;
font-weight:lighter;
}

#corpo {
width:600px;
margin: 0 auto;
text-align:center;
margin-top:50px;
}

#corpo h2 {
color:#900;
font-weight:lighter;
}

#corpo a, #footer a:visited {
color:#003366;
}
#corpo a:hover {
background-color:#CCCCCC;
color:#000066;
}

#footer {
font-family:Arial, Helvetica, sans-serif;
width:600px;
margin: 0 auto;
text-align:center;
margin-top:70px;
font-size:0.7em;
color:#666666;
}
#footer a, #footer a:visited {
color:#336666;
}
#footer a:hover {
background-color:#CCCCCC;
}