/* Definizione colore dello sfondo pagina, margini, caratteri  */

body {
	background-color: #C4C9D2;
	}
	
	body,td,pre,p,div,span,th,form {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color: #003468;
	}

/* Definisce link standard  */

a:link {
	color: #CC3300;
	text-decoration: underline;
	}
a:visited {
	color: #CC3300;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	color: #003468;
	}

/* Definisce i blocchi di testo dentro tabella */



ul {  	
	margin: 0px 0px 0px 30px;
	list-style-image:  url(../imcom/ul.gif);
	line-height: 180%
	}


h1{
	margin: 8px 0px 0px 12px;
	line-height: 130%;
	color: #696D83;
	font-weight: bold;
	font-size: 120%;
	font-variant : small-caps;
}


h2{
	margin: 8px 0px 0px 12px;
	line-height: 130%;
	color: #CC3300;
	font-weight: bold;
	font-size: 110%;
	}

h3{
	margin: 8px 0px 0px 12px;
	line-height: 130%;
	color: #CC3300;
	font-weight: bold;
	font-size: 100%;
	}
.margbasso {  margin: 12px 12px 12px 24px}
