
html,body
{
  margin:0;
  padding:0;
}


body
{
  font:74% "Lucida Sans Unicode","Lucida Grande",Lucida,Arial,sans-serif;
  color:#000000;
}

div#header
{
margin:10px auto 0 auto;
padding:0;
width:700px;
}

img {border:0}



p
{
  margin:0;
  line-height: 1.5em;

}

ul{
  margin:0 0 0 15px;
  padding:0;
}
li{
  margin:0;
  padding:0;
}

a:link, a:visited {color:#666666; text-decoration:none}
a:hover {color:#1550B6; text-decoration: underline}

div#contenitore
{
  margin:30px auto 40px auto;
  padding:0;
  width:700px;
  text-align: center;
}

table {
width:600px;
border:0;
margin:0 auto
}

table caption {
color:#1550B6;
font-weight:bold;
margin: 5px 0;
}

table th{
font-weight:bold;
padding:5px 10px;
text-align:left;
background-color:#1550B6;
color:#FFFFFF
}

table td{
font-weight:normal;
padding:5px;
text-align:left
}

table tr.d{
background-color:#f5f5f5;
}

div.attenzione {
width:600px;
padding:5px;
text-align:center;
background-color:#D0D9FE;
margin:0 auto
}

div.foto_picasa {
margin:15px auto
}

div#footer
{ margin:0 auto;
  width:700px;
  min-height:50px; height:auto !important; height:50px;
  color:#666666;
}


div#footer p
{ 
  font-size:90%;
  text-align:center;
  margin:0;
  padding:10px;
}
div#footer a:link,
div#footer a:visited {color:#9EA58E; text-decoration:none}
div#footer a:hover {color:#ffffff;  text-decoration:none}


