<style>

H1{
}

BODY {
	background-image : url(../images/cartfond.jpg);
	margin-left : 30;
	margin-right : 30;
}

.head1{
	font-weight : bold;
	font-variant : small-caps;
	font-size: 18pt;
	text-align : center;
}

.head2{
	font-size: 10pt;
	text-align : center;
}

.table{
	border : thin solid Gray;
	background-image : url(../../images/blob.jpg);
	background-color : Ffffcc;
}

.libreria_nome 	{
	font-size: 14pt;
	font-weight : bold;
	font-style : normal;
	font-family : "Courier New", Courier, monospace;
	text-align : left;
}

.libreria_indirizzo 	{
	font-size: 12pt;
	font-family : sans-serif;
	font-style : normal;
	text-align : justify;
}

.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_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;
}
</style>

