/*******************************************************************************
PHP Script: generatore di autocertificazioni v.1.1
---------------------------------------------------------
Copyright(C) ASSO informatica S.n.c. http://www.assoi.com
Writed by Gianfranco Licata 13/06/2002
Update by Gianfranco Licata 26/05/2003
*******************************************************************************/

/* PAGINE.CSS
   foglio di stile utilizzato in tutte le pagine tranne che nel certificato
*/
input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #F3B907}

BODY  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #890317;
	background : #ffffff;
	
}

td  {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	color : #890317;
	text-align :justify;
}

UL {
	margin-top : 6px;
	margin-bottom : 3px;
}

LI {
	margin-top : 0px;
	margin-bottom : 3px;
}

/* utilizzato come Titolo di Pagina */
H1 {
	font : bold 18px;
	margin : 10px 0px 5px 0px;
	padding : 3px 10px 3px 10px;
	color : #890317;
}

/* utilizzato come Titolo di Paragrafo */
H2 {
	font : bold 12px;
	margin : 10px 0px 5px 0px;
	padding : 3px 10px 3px 10px;
	color : #890317;
}

/* utilizzato come Titolo di Elenco */
H3 {
	font : bold italic 12px;
	margin : 10px 0px 5px 0px;
	padding : 3px 10px 3px 10px;
	color : #890317;
}


/* ***************************
 *			ANCORE			*
 ****************************/
A  {
	font-size : 10px;
	font-family : Verdana;
	font-weight : ;
	font-style : normal;
	color : #890317;
	text-decoration : underline;
	text-align : left;
}

A:ACTIVE, A:LINK, A:VISITED  {
	font-size : 10x;
	font-family :  Verdana;
	font-weight : 
	font-style : normal;
	color : #890317;
	text-decoration : underline;
	text-align : left;
}

A:hover  {
	font-size : 10px;
	font-family : Verdana;
	font-weight : ;
	font-style : normal;
	color : coral;
	text-decoration : underline ;
	text-align : left;
}
