body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(immagini/sfondo.jpg);
	background-position:center;
	background-attachment:scroll;
	background-repeat:repeat-y;
	background-color:#fe7d18;
}
.sx {
background-image:url(immagini/sx.jpg);
background-position:top right;
background-repeat:no-repeat;
}
.dx {
background-image:url(immagini/dx.jpg);
background-position:top left;
background-repeat:no-repeat;
}
.tabella {
background-image:url(immagini/tutto.jpg);
background-position:top;
background-repeat:repeat-x;
}
h3 {
font-family:tahoma;
font-size:15px;
color:#eb1c25;
}
h2 {
font-family:tahoma;
font-size:14px;
color:#333333;
}
p {
font-family:tahoma;
font-size:12px;
color:#015ca6;
}
.normale {
font-family:tahoma;
font-size:12px;
color:#015ca6;
}
.form {
width:350px;
height:20px;
border:1px solid #015ca6;
font-family:tahoma;
font-size:10px;
color:#015ca6;
}
.form1 {
width:150px;
height:20px;
border:1px solid #015ca6;
font-family:tahoma;
font-size:10px;
color:#015ca6;
}
#dropmenudiv{
position:absolute;
border:1px solid #ff7000;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ff7000;
margin-top:-10px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ff7000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #ff7000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d65e00;
}

