@charset "utf-8";
/* CSS Document */

body {
	font-family: MS Sans Serif", Tahoma, sans-serif;
	color: #000000;
	font-size:95%;
	background-attachment: fixed;
	background-image: url(../immagini/linea1.jpg);
	background-repeat: repeat-x;
}
.Stile3 {
	font-size: small;
	font-style: italic;
}

.Stile4 {color: #990000}
.Stile5 {font-size: small}
.Stile6 {color: #FFFFFF}
.Stile8 {color: #FF0000}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

img#immagine { width: 90%; }



/* -- Tables Style -- */
#table {border-collapse: collapse; border: 1px solid #000000; margin: 0 auto; }

#table td, table th {
	border-collapse: collapse;
	border: 1px dotted #000000;
}
.capiton {
	font-family: Calibri, "MS Sans Serif", Tahoma, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #990000;
}
/* -- Tables Style end -- */

h3 {
	font-family: Calibri, "MS Sans Serif", Tahoma, sans-serif;
	color: #990000;
	text-decoration: none;
	text-align: center;
}
p {
	font-family: Calibri, "MS Sans Serif", Tahoma, sans-serif;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
}
div {
	font-family: Calibri, "MS Sans Serif", Tahoma, sans-serif;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
}

