/***********************************************/
/* popup.css                                  */
/* emmeci settembre 2008                          */
/***********************************************/
/***********************************************/
/* Colori:                                     */
/*  #800000   rosso mattone                    */ 
/*  #FF0000   rosso                            */
/*  #006699   blu                              */
/*  #334d55   azzurro-verde                    */
/*  #373737   grigio-nero                      */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image:  url("../sfondi/sfondopopup.jpg"); 
/*	background: #800000 fixed; *//* rosso mattone */
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9; 
/*	color: #00CC00; */
	text-decoration: none;
    font: bold 80% Georgia, "Times New Roman", Times, serif;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Georgia, "Times New Roman", Times, serif;
 color: #800000;		/* rosso sp */
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 110% Georgia, "Times New Roman", Times, serif;
 color: #800000;		/* rosso sp */
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 90% Georgia, "Times New Roman", Times, serif;
 color: #800000;		
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h6{
 font: bold 110% Georgia, "Times New Roman", Times, serif;
 color: #FF0000;		/* rosso */
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Garamond, Hoefler Text, Palatino, Palatino Linotype, sans-serif;
 color: #334d55;
}
				
input{
font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, sans-serif;
}

/********************* end **********************/
