/* Cascade DTP V4 - Style Sheet */



body {background-position: center; 
      background-color:#888} 

.titolo {font-size:20px;
         font-weight:bold;
         font-family:"trebuchet ms";
         padding-top:20px;
         padding-left:0px;
         color:#000;}


#menu1 {position: absolute;
        top:470px;
        left: 10px}
                    
#menu2 {position: absolute;
        top:470px;
        left: 300px}

  
p {font-size:11px;
   font-weight:bold;
   font-family:"trebuchet ms";
   color:#fff}

a:link, a:visited {color:#000;
                   text-decoration:none;
                   font-weight:bold}

a:hover {color:#fff;
         text-decoration:none
         background:  url(img/sx2.jpg) no-repeat 0px 10px ;}


.button_ex1 {
width: 30px;
height: 30px;
} 
.button_ex1 a {
display: block;
width: 30px;
height: 30px;
background: url(img/sx.jpg) no-repeat top left;
}
.button_ex1 a:hover {
background-position: top right;
}


.button_ex2 {
width: 30px;
height: 30px;
} 
.button_ex2 a {
display: block;
width: 30px;
height: 30px;
background: url(img/dx.jpg) no-repeat top left;
}
.button_ex2 a:hover {
background-position: top right;
}
