div#container
{
   width: 700px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #FFFFFF;
   background-image: url(images/sfondo_nuovole.jpg);
   background-attachment: fixed;
   background-repeat: no-repeat;
   color: #000000;
   scrollbar-face-color: #ECE9D8;
   scrollbar-arrow-color: #000000;
   scrollbar-3dlight-color: #ECE9D8;
   scrollbar-darkshadow-color: #716F64;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #ACA899;
   scrollbar-track-color: #D4D0C8;
}
h2
{
   font-family: Verdana;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

a.link_a_contrasto:link
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.link_a_contrasto:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.link_a_contrasto:active
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.link_a_contrasto:hover
{
   color: #8B0000;
   background: #FFFFE0;
   font-weight: bold;
   text-decoration: underline;
}
a.link_white:link
{
   color: #FFFFFF;
   text-decoration: none;
}
a.link_white:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.link_white:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.link_white:hover
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}

