@charset "utf-8";
/* CSS Document */

body
{
    background: #ffff99;
    background-image: url(sfondo.jpg);
    background-repeat: repeat-x; 
    background-attachment: scroll;	
}

    A:LINK{
	text-decoration : underline;
	color : #0066FF;
	  }

    A:ACTIVE{
	text-decoration : underline;
	color : #0066FF;
	  }

    A:VISITED{
	text-decoration : underline;
	color : #669900;
	     }

    A:HOVER{
	Color : #00CCCC;
	text-decoration : underline;
	   }

    TD{
	font-family : "MS Sans Serif";
	font-size : 12pt;
  }	

p{
	
	text-indent: 12px;
 }


h1 {

	font-size: 20px;
    text-align: center;
	font-weight:normal;
	font-family: Verdana, Tahoma, Garamond, Georgia, sans-serif;
    text-transform: uppercase;

}

h2 {

	font-size: 12px;
    text-align: left;
	font-weight:normal;
	font-family: Verdana, Tahoma, Garamond, Georgia, sans-serif;
    text-transform: uppercase;
}

h3 {

	font-size: 16px;
    text-align: left;
	text-align: justify;
	font-weight:normal;
	line-height: 30px;
	font-family: Verdana, Tahoma, Garamond, Georgia, sans-serif;
	margin-left:150px;
	margin-right:150px;
	
}

h4 {

	font-size: 14px;
	text-align: justify;
	font-weight:normal;
	font-family: Verdana, Tahoma, Garamond, Georgia, sans-serif;
	margin-left:20px;
	margin-right:20px;
	
}

h5 {

	font-size: 16px;
    text-align: center;
	font-weight:normal;
	font-family: Verdana, Tahoma, Garamond, Georgia, sans-serif;

}

#tabella {


height:17px;
widht:299px;
z-index:1;

}

#contatore {

height:42px;
widht:100px;
z-index:1;
position:absolute;
bottom: 5px;
left: 5px;

}

#flash {

z-index:0;

}


















