@import url(form.css);
/************ for all browser***********/
html{
                  scrollbar-face-color:#990000;
                  scrollbar-highlight-color:#001031;
                  scrollbar-3dlight-color:#001031;
                  scrollbar-darkshadow-color:#001031;
                  scrollbar-shadow-color:#001031;
                  scrollbar-arrow-color:#001031;
                  scrollbar-track-color:#001031;}
body{
                  background-image:url(img/sfondoifra.jpg);
                  background-position:center bottom;
                  background-attachment:fixed;
                  background-repeat:no-repeat;
                  background-color:#001031;
                  overflow-x: hidden;
                  overflow-y: auto;
                  text-align: center;}

img{
   border: 1px solid #666;
}

a{
   text-decoration: none;}

div.spiegazione{
                 width: 463px;
                 margin:auto;
                 margin-top: 15px;
                 margin-bottom: 0px;}

.spiegazione p{
	text-align: left;
	color: #990000;
                  font-weight:bold;
	font-family: verdana, arial, sans-serif;
                  font-size: 20px;}

div.testi{
                 width: 463px;
                 margin:auto;
                 margin-top: 0px;
                 margin-bottom: 0px;}

.testi p{
	text-align: justify;
	color: #999;
                  font-weight:bold;
                  letter-spacing: 1px;
	font: normal normal 500 14px/150% georgia, verdana, geneva, arial, helvetica, sans-serif;}
                
span.color{
              color: #ccc;}

p{
   margin:0;
   padding:0;}