BODY {
	color: Navy;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	text-align: left;
	}

A {
	color: #DC143C;
}

A:HOVER {
	color: Fuchsia;
}

/* Stile titolo grosso*/
h1 {
	font-size: 20pt;
	font: bold;
	font-variant: small-caps; 
}

/* Stile titolo medio */
h2 {
	font-size: 13pt;
	font: bold;
	font-variant: small-caps; 
}

/* Stile corsivo data */
h3 {
	font-size: 12pt;
	font-weight: bold;
}

/* Allineato a destra */
h4 {
	text-align: right;
	font-size: 10pt;
	font-weight: normal;
}

/* Testo Centrato */
h5 {
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
}

/* Allineato a sinistra */
h6 {
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
}



/* Questo div č quello pių grande che contiene tutti gli altri*/
#div1 {
	width: 950px;
	height: auto;
	background-color: transparent;
	position: absolute;
	top: 1px;
	left: -8px;
}
		
/* Header */
#div2 {
	width: 929px;
	height: 204px;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px groove blue;
	background-image: url(head.jpg);
	background-color: transparent;
}
/* mega contenitore */
#div3 {
	width: 929px;
	height: auto;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: blue 2px groove;
	background-color: #DDEEFF;
}

/* Menu lato sinistro */
#div4 {
	width: 154px;
	height: 773px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #DDEEFF;
}

/* Blocco Testo */
#div5 {
	width: 731px;
	position: relative;
	left: 156px;
	top: 0px;
	padding: 20px;
	border-left: 2px groove blue;
	background-color: #DDEEFF;
	text-align: justify;
}



	
