@charset "iso-8859-1";
/* CSS Document */


h2 {
	font-size: 14px;
	color: #F00;
}
h3 {
	font-size: 16px;
	color: #333;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-attachment: scroll;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#contenitore {
	width: 750px;
	margin: auto;
	text-align: justify;
}
a:link {color:#0000FF}      /* unvisited link */
a:visited {color:#0000FF}  /* visited link */
a:hover {color:#FF00FF}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */

.integrale{
	color:#F00}
.integrale a{
	color:#F00}	
.light{
	color:#00F}
.light a{
	color:#00F}	
#h2 a:hover {color:#FF00FF}

#footer {
	font-size: 10px;
	text-align: center;
}
