BODY {
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: x-small;
	text-align: justify;
	text-justify: auto;
}
.titoloprogetto {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: large;
	text-align: center;
	text-justify: auto;
	background-image: url(sfondo2.jpg);
}
.titolo1 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: large;
	text-align: justify;
	text-justify: auto;
	text-decoration: underline;
	background-image: url(sfondo3.jpg);
}
.titolo2 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: medium;
	text-align: justify;
	text-justify: auto;
	background-image: url(sfondo4.jpg);
}
.titolo3 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: small;
	text-align: justify;
	text-justify: auto;
	background-image: url(sfondo2.jpg);
}
.titolo4 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: small;
	text-align: justify;
	text-justify: auto;
	background-image: url(sfondo4.jpg);
}
.bordato {
	border-color: Aqua;
	border-width: 2;
	border-style: outset;
	padding: 2px;
	text-indent: 10px;
}

.evidenza {
	font-weight: bold;
}

H1 {
	text-align : center;
	font : 600 large "Times New Roman", Times, serif;
}
H2 {
	font-family : "Comic Sans MS";
	font-size : large;
	font-weight : bolder;
	text-align : center;
}
H3 {
	text-align : center;
	font : bold medium Comic Sans MS;
}
H4 {
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : small;
}
H4.centrato {
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : 15px;
}
H5 {
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : large;
	border : medium inset Aqua;
	background-color : transparent;
	color : Navy;
	font-variant : normal;
	background-image : url("sfondo2.jpg");
}
H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : center;
}
SPAN.evidenziato {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : small;
	color : Navy;
}

P {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: small;
}
UL {
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : x-small;
	list-style: circle;
}
ul.livello2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: x-small;
	list-style: square;
}
ul.livello3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: x-small;
	list-style : disc;
}

OL {
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : x-small;
}

UL.normale {
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : small;
	list-style: circle;
}

OL.normale {
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : small;
}

LI {
	margin-top : 5px;
	margin-bottom : 5px;
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

TABLE.calendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px;
	background-color: #D6D6D6;
	border-style: inset;
}
tr.chiara {
	background-color: #EEEEEE;
}
.ambiente {
	background-color: #E8FFC6;
}
.ambientechiaro {
	background-color: #F1FFE3;
}
.starbene {
	background-color: #FFE3DB;
}
.starbenechiaro {
	background-color: #FFF6F6;
}
.pace {
	background-color: #E0FFFF;
}
.pacechiaro {
	background-color: #F6FFFF;
}

A:VISITED {
	color : Maroon;
	text-decoration : none;
}


