<style>

H1{
}

BODY {
	margin-left : 50;
	margin-right : 50;
	margin-top : 30;
	margin-bottom:60;
	background-color : c0c0c0;
}

.table{
    width: 800;
	border : thin solid Gray;
	background-color : ccd8ff;
	align : center;
}

.titolo 	{
    width: 800;
	font-size: 18pt;
	font-weight : bold;
	font-variant : small-caps;
	font-style : normal;
	font-family : "Courier New", Courier, monospace;
	text-align : center;
	border : thin groove;
	color: #A52A2A;
	background-color : #ccd8ff;
}

.sottotitolo 	{
     width: 800;
	font-size: 14pt;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	border : thin groove;
	background-color : Silver;
}

.testo 	{
	font-size: 11pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	text-align : justify;
	text-indent : 50px;
	padding-left : 10px;
	padding-right : 10px;
}

.testo_bold 	{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	text-indent: 50px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.testo_reverse 	{
	font-size: 11pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	text-align : justify;
	text-indent : 50px;
	padding-left : 10px;
	padding-right : 10px;
	font-weight : bold;
	background: Silver;
}

.testo_italic 	{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: justify;
	text-indent: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.autore 	{
	font-size: 10pt;
	font-family : sans-serif;
	font-style : italic;
	text-align : left;
}

.note 	{
	font-size: 10pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : left;
}

.poesia 	{
	font-size: 12pt;
	font-family : sans-serif;
	font-style : italic;
	text-align : left;
}

.table_poesia{
	border : thin solid Gray;
	background-image : url(../images/carta_dis.gif);
	background-image : url(ombra.jpg);
	border-color : Blue;
}

.titolo_poesia 	{
	font-size: 18pt;
	font-weight : bold;
	font-variant : small-caps;
	font-style : normal;
	font-family : "Courier New", Courier, monospace;
	text-align : center;
	border : thin groove;
	background-color : FFFFCC;
}

.sottotitolo_poesia 	{
	font-size: 14pt;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	border : thin groove;
	background-color : FFFFCC;
}

.autore_poesia 	{
	font-size: 10pt;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	border : thin groove;
	background-color : FFFFCC;
}

.testo_poesia 	{
	font-size: 12pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : justify;
	text-indent : 20px;
}

.testo_poesia_grande 	{
	font-size: 22pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : center;
	text-indent : 20px;
}

.table_foto{
	border : thin solid Gray;
	background-image : url(../images/carta_dis.gif);
	border-color : Blue;
	padding-left : 10px;
	padding-right : 10px;
}

.fonte_foto 	{
	font-size: 8pt;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	border : thin groove;
	background-color : FFFFCC;
}

.didascalia_foto 	{
	font-size: 10pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : center;
}

.didascalia 	{
	font-size: 12pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : center;
}

</style>

